summaryrefslogtreecommitdiff
path: root/extra/libzip
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libzip')
-rw-r--r--extra/libzip/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/libzip/PKGBUILD b/extra/libzip/PKGBUILD
index 5c485cce0..66338532f 100644
--- a/extra/libzip/PKGBUILD
+++ b/extra/libzip/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 122444 2011-05-04 07:26:57Z andrea $
+# $Id: PKGBUILD 150601 2012-02-18 22:35:18Z pierre $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
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 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i "${srcdir}/fix-headers.patch"
+ autoreconf -i
./configure --prefix=/usr
make
}