* update judy to 1.0.5-8

This commit is contained in:
Alexander Baldeck 2024-08-24 13:36:33 +02:00
parent b101bdd7c0
commit d6477f6b7a
2 changed files with 14 additions and 1 deletions

13
judy/.SRCINFO Normal file
View File

@ -0,0 +1,13 @@
pkgbase = judy
pkgdesc = C library creating and accessing dynamic arrays
pkgver = 1.0.5
pkgrel = 8
url = http://judy.sourceforge.net/
arch = x86_64
license = LGPL
makedepends = gcc
depends = glibc
source = https://downloads.sourceforge.net/judy/Judy-1.0.5.tar.gz
sha512sums = 1a0d59b092c80d95270a3089cd25ee0ddad1d591101b03784e2e46dfc73bce445a7fb495b449043544a366c09b35b833556053bf3bf65dd00abbd786d26c6980
pkgname = judy

View File

@ -6,7 +6,7 @@
pkgname=judy pkgname=judy
pkgver=1.0.5 pkgver=1.0.5
pkgrel=7 pkgrel=8
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
pkgdesc='C library creating and accessing dynamic arrays' pkgdesc='C library creating and accessing dynamic arrays'
depends=('glibc') depends=('glibc')