diff options
author | root <root@rshg054.dnsready.net> | 2013-01-24 00:06:07 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-24 00:06:07 -0800 |
commit | cb33decb284fa3b08652b04f7290d9d4140a927f (patch) | |
tree | e7f2c99536d9a7bc61ca30107cf99cb22064b61f /community/yaz | |
parent | 91fea2e90c87b282a3bb39b080b8c51eb52cdbbe (diff) |
Thu Jan 24 00:06:07 PST 2013
Diffstat (limited to 'community/yaz')
-rw-r--r-- | community/yaz/PKGBUILD | 9 | ||||
-rw-r--r-- | community/yaz/yaz.changelog | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/community/yaz/PKGBUILD b/community/yaz/PKGBUILD index a6463eede..8861c7966 100644 --- a/community/yaz/PKGBUILD +++ b/community/yaz/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 80246 2012-11-18 10:31:25Z andrea $ +# $Id: PKGBUILD 82691 2013-01-23 00:16:01Z eric $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Ray Rashif <schiv@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -7,16 +7,17 @@ # Contributor: Robert Emil Berge <filoktetes@linuxophic.org> pkgname=yaz -pkgver=4.2.43 -pkgrel=2 +pkgver=4.2.49 +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" license=('BSD') depends=('openssl' 'libxslt' 'icu') options=('!libtool') +changelog=$pkgname.changelog source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('849419a3e647568f2cc9a6097e009f0be8f379759d6d13274eb5d19314b1bfc2') +sha256sums=('b4dd27100fdf18219a0e1fde53eaf385e426db6795ab4fbb4a01796d4c9056a1') build() { cd ${srcdir}/$pkgname-$pkgver diff --git a/community/yaz/yaz.changelog b/community/yaz/yaz.changelog new file mode 100644 index 000000000..2124e895e --- /dev/null +++ b/community/yaz/yaz.changelog @@ -0,0 +1,2 @@ +2013-01-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * yaz 4.2.49-1 |