mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 15:17:13 +08:00
yaz 5.7.2, added libgcrypt as dep (#830)
This commit is contained in:
parent
f9599aafb3
commit
b2aa666e6b
@ -4,15 +4,15 @@
|
||||
# contributor abveritas@chakra-project.org
|
||||
|
||||
pkgname=yaz
|
||||
pkgver=5.1.3
|
||||
pkgrel=2
|
||||
pkgver=5.7.2
|
||||
pkgrel=1
|
||||
pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and servers"
|
||||
arch=('x86_64')
|
||||
license=('BSD')
|
||||
url="http://www.indexdata.com/yaz"
|
||||
depends=('openssl' 'libxslt' 'icu')
|
||||
depends=('openssl' 'libxslt' 'icu' 'libgcrypt')
|
||||
source=("http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('8ab5201c07cefd62d7afd9b3efc6d74c')
|
||||
md5sums=('01abd2f4c44d5b910bfb90d15d99f94e')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
Loading…
Reference in New Issue
Block a user