[arch-commits] Commit in yaz/trunk (PKGBUILD yaz.changelog)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sun Oct 14 10:28:09 UTC 2018
Date: Sunday, October 14, 2018 @ 10:28:08
Author: jlichtblau
Revision: 393449
upgpkg: yaz 5.27.0-1 - new upstream release
Modified:
yaz/trunk/PKGBUILD
yaz/trunk/yaz.changelog
---------------+
PKGBUILD | 9 ++++-----
yaz.changelog | 3 +++
2 files changed, 7 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-14 10:27:24 UTC (rev 393448)
+++ PKGBUILD 2018-10-14 10:28:08 UTC (rev 393449)
@@ -6,22 +6,21 @@
# Contributor: Robert Emil Berge <filoktetes at linuxophic.org>
pkgname=yaz
-pkgver=5.26.1
-pkgrel=2
+pkgver=5.27.0
+pkgrel=1
pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and servers"
arch=('x86_64')
url="http://www.indexdata.dk/yaz"
license=('BSD')
depends=('gnutls' 'libxslt' 'icu')
-makedepends=('automake')
+makedepends=('zsh')
changelog=$pkgname.changelog
source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('ceb4367e3098bce8e09734f09c0410bd679fdc3f9423bb28d70cc15cc95b66cc')
+sha256sums=('3db834b30aad941aaee67a3daf0cfc33d6f81e724dd8d54227be201ad93c18f3')
build() {
cd "${srcdir}"/$pkgname-$pkgver
- automake
./configure --prefix=/usr --enable-shared=yaz
make
}
Modified: yaz.changelog
===================================================================
--- yaz.changelog 2018-10-14 10:27:24 UTC (rev 393448)
+++ yaz.changelog 2018-10-14 10:28:08 UTC (rev 393449)
@@ -1,3 +1,6 @@
+2018-10-13 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * yaz 5.27.0-1
+
2018-07-15 Jaroslav Lichtblau <svetlemodry at archlinux.org>
* yaz 5.26.1-1
More information about the arch-commits
mailing list