Date: Saturday, April 30, 2016 @ 10:15:37 Author: jlichtblau Revision: 173063
upgpkg: yaz 5.16.0-1 - new upstream release Modified: yaz/trunk/PKGBUILD yaz/trunk/yaz.changelog ---------------+ PKGBUILD | 6 +++--- yaz.changelog | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-30 08:13:56 UTC (rev 173062) +++ PKGBUILD 2016-04-30 08:15:37 UTC (rev 173063) @@ -7,8 +7,8 @@ # Contributor: Robert Emil Berge <[email protected]> pkgname=yaz -pkgver=5.15.2 -pkgrel=2 +pkgver=5.16.0 +pkgrel=1 pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and servers" arch=('i686' 'x86_64') url="http://www.indexdata.dk/yaz" @@ -16,7 +16,7 @@ depends=('gnutls' 'libxslt' 'icu') changelog=$pkgname.changelog source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('482cca13374439350066092e771c38dec5a1c806ad3c1d293e305da63b25aca5') +sha256sums=('46708320152c1475f6a5ee6f29903caa76121c2440123051546c1b3403c78686') build() { cd "${srcdir}"/$pkgname-$pkgver Modified: yaz.changelog =================================================================== --- yaz.changelog 2016-04-30 08:13:56 UTC (rev 173062) +++ yaz.changelog 2016-04-30 08:15:37 UTC (rev 173063) @@ -1,3 +1,6 @@ +2016-04-30 Jaroslav Lichtblau <[email protected]> + * yaz 5.16.0-1 + 2016-01-16 Jaroslav Lichtblau <[email protected]> * yaz 5.15.2-1
