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

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Oct 21 07:18:02 UTC 2014


    Date: Tuesday, October 21, 2014 @ 09:18:02
  Author: jlichtblau
Revision: 121122

upgpkg: yaz 5.4.4-1

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

---------------+
 PKGBUILD      |   19 +++++++++----------
 yaz.changelog |    3 +++
 2 files changed, 12 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-21 04:01:18 UTC (rev 121121)
+++ PKGBUILD	2014-10-21 07:18:02 UTC (rev 121122)
@@ -7,8 +7,8 @@
 # Contributor: Robert Emil Berge <filoktetes at linuxophic.org>
 
 pkgname=yaz
-pkgver=5.1.1
-pkgrel=2
+pkgver=5.4.4
+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,21 +16,20 @@
 depends=('openssl' 'libxslt' 'icu')
 changelog=$pkgname.changelog
 source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('473fb0c8061cf9f084fa85685879f99bb711df4c336a8be6402fbe6721b0d6ed')
+sha256sums=('fa903a2f765eacb43d269804c79da016e60f14c11ba17fd4c214083dd5a58cca')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  ./configure --prefix=/usr \
-              --enable-shared=yaz \
-              --with-openssl=/usr
+  ./configure --prefix=/usr --enable-shared=yaz --with-openssl=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+#License
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
 }

Modified: yaz.changelog
===================================================================
--- yaz.changelog	2014-10-21 04:01:18 UTC (rev 121121)
+++ yaz.changelog	2014-10-21 07:18:02 UTC (rev 121122)
@@ -1,3 +1,6 @@
+2014-10-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* yaz 5.4.4-1
+
 2014-05-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
 	* yaz 5.1.1-1
 



More information about the arch-commits mailing list