Date: Friday, April 5, 2013 @ 05:45:19 Author: eric Revision: 181868 upgpkg: libzip 0.11-1
Upstream update Modified: libzip/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-05 02:24:25 UTC (rev 181867) +++ PKGBUILD 2013-04-05 03:45:19 UTC (rev 181868) @@ -3,7 +3,7 @@ # Contributor: Tobias Powalowski <[email protected]> pkgname=libzip -pkgver=0.10.1 +pkgver=0.11 pkgrel=1 pkgdesc="A C library for reading, creating, and modifying zip archives" url="http://www.nih.at/libzip/index.html" @@ -11,9 +11,9 @@ arch=('i686' 'x86_64') depends=('zlib') options=('!libtool') -source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.bz2" +source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz" 'fix-headers.patch') -md5sums=('d3e933ae049204badccf605f20aaecde' +md5sums=('9fb13212011721983fe7119393565533' '249395bd3a426c4c4e993e9d4753e1dd') build() {
