[arch-commits] Commit in yaz/trunk (PKGBUILD yaz.changelog)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Jul 15 12:50:45 UTC 2018


    Date: Sunday, July 15, 2018 @ 12:50:44
  Author: jlichtblau
Revision: 359526

upgpkg: yaz 5.26.1-1 - new upstream release

Modified:
  yaz/trunk/PKGBUILD
  yaz/trunk/yaz.changelog

---------------+
 PKGBUILD      |    6 ++++--
 yaz.changelog |    3 +++
 2 files changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-15 12:38:28 UTC (rev 359525)
+++ PKGBUILD	2018-07-15 12:50:44 UTC (rev 359526)
@@ -7,7 +7,7 @@
 # Contributor: Robert Emil Berge <filoktetes at linuxophic.org>
 
 pkgname=yaz
-pkgver=5.25.0
+pkgver=5.26.1
 pkgrel=1
 pkgdesc="A toolkit supporting the development of Z39.50/SRW/SRU clients and servers"
 arch=('x86_64')
@@ -14,13 +14,15 @@
 url="http://www.indexdata.dk/yaz"
 license=('BSD')
 depends=('gnutls' 'libxslt' 'icu')
+makedepends=('automake')
 changelog=$pkgname.changelog
 source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('980759ffeb6ccb319dfa41613c56764c18b1f02b78cb2a1ade8dee1e2ec7a183')
+sha256sums=('ceb4367e3098bce8e09734f09c0410bd679fdc3f9423bb28d70cc15cc95b66cc')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 
+  automake
   ./configure --prefix=/usr --enable-shared=yaz
   make
 }

Modified: yaz.changelog
===================================================================
--- yaz.changelog	2018-07-15 12:38:28 UTC (rev 359525)
+++ yaz.changelog	2018-07-15 12:50:44 UTC (rev 359526)
@@ -1,3 +1,6 @@
+2018-07-15 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* yaz 5.26.1-1
+
 2018-05-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* yaz 5.25.0-1
 



More information about the arch-commits mailing list