diff options
Diffstat (limited to 'community/yaz/PKGBUILD')
-rw-r--r-- | community/yaz/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/yaz/PKGBUILD b/community/yaz/PKGBUILD index 1527540d1..3af26cb5e 100644 --- a/community/yaz/PKGBUILD +++ b/community/yaz/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 88599 2013-04-20 16:23:14Z jlichtblau $ +# $Id: PKGBUILD 100025 2013-10-31 03:04:33Z allan $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Ray Rashif <schiv@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -7,17 +7,16 @@ # Contributor: Robert Emil Berge <filoktetes@linuxophic.org> pkgname=yaz -pkgver=4.2.54 +pkgver=5.0.1 pkgrel=1 pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and servers" arch=('i686' 'x86_64' 'mips64el') url="http://www.indexdata.dk/yaz" license=('BSD') depends=('openssl' 'libxslt' 'icu') -options=('!libtool') changelog=$pkgname.changelog source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('a11fb3b7129bec80311f8e27a0717b9bf6d7c56049674bb5477b91e7e98d2087') +sha256sums=('4792096db2175b8e3553dec5f3762efab9b1b9d0f84acceec0690ddcf7954a11') build() { cd ${srcdir}/$pkgname-$pkgver |