Date: Monday, July 6, 2020 @ 13:03:26 Author: jlichtblau Revision: 657997
upgpkg: yaz 5.30.3-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 2020-07-06 13:00:44 UTC (rev 657996) +++ PKGBUILD 2020-07-06 13:03:26 UTC (rev 657997) @@ -6,8 +6,8 @@ # Contributor: Robert Emil Berge <[email protected]> pkgname=yaz -pkgver=5.30.2 -pkgrel=2 +pkgver=5.30.3 +pkgrel=1 pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and servers" arch=('x86_64') url="https://www.indexdata.dk/yaz" @@ -16,7 +16,7 @@ makedepends=('zsh') changelog=$pkgname.changelog source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('ce0c155a172ee4011e21ed02a9aed2d3e88761bd26abf652cc8f09196c40fe43') +sha256sums=('f0497fd8420574efab4e5738ea3b70787a6e8042f585156baa30bdc1911ba552') build() { cd "${srcdir}"/$pkgname-$pkgver Modified: yaz.changelog =================================================================== --- yaz.changelog 2020-07-06 13:00:44 UTC (rev 657996) +++ yaz.changelog 2020-07-06 13:03:26 UTC (rev 657997) @@ -1,3 +1,6 @@ +2020-07-06 Jaroslav Lichtblau <[email protected]> + * yaz 5.30.3-1 + 2020-04-20 Jaroslav Lichtblau <[email protected]> * yaz 5.30.2-1
