* update darts to 0.32-2

This commit is contained in:
Alexander Baldeck 2024-08-09 15:55:28 +02:00
parent 1fdf90bce1
commit 52ba3aaa76
2 changed files with 14 additions and 1 deletions

13
darts/.SRCINFO Normal file
View File

@ -0,0 +1,13 @@
pkgbase = darts
pkgdesc = C++ Template Library for implementation of Double-Array
pkgver = 0.32
pkgrel = 2
url = http://chasen.org/~taku/software/darts/
arch = x86_64
license = BSD
license = LGPL
depends = gcc-libs
source = http://chasen.org/~taku/software/darts/src/darts-0.32.tar.gz
sha256sums = 0dfc0b82f0a05d93b92acf849368e54bf93f1de8ffb31ba0a21e45ab9e269285
pkgname = darts

View File

@ -3,7 +3,7 @@
pkgname=darts
pkgver=0.32
pkgrel=1
pkgrel=2
pkgdesc="C++ Template Library for implementation of Double-Array"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="http://chasen.org/~taku/software/darts/"