Date: Saturday, February 18, 2012 @ 17:34:44 Author: pierre Revision: 150600
upgpkg: libzip 0.10-2 rebuild old package Modified: libzip/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-18 20:30:20 UTC (rev 150599) +++ PKGBUILD 2012-02-18 22:34:44 UTC (rev 150600) @@ -4,7 +4,7 @@ pkgname=libzip pkgver=0.10 -pkgrel=1 +pkgrel=2 pkgdesc="A C library for reading, creating, and modifying zip archives" url="http://www.nih.at/libzip/index.html" license=('GPL2') @@ -20,6 +20,7 @@ cd "${srcdir}/${pkgname}-${pkgver}" patch -p1 -i "${srcdir}/fix-headers.patch" + autoreconf -i ./configure --prefix=/usr make }
