Date: Tuesday, December 24, 2013 @ 13:43:13 Author: lcarlier Revision: 202676
upgpkg: libzip 0.11.2-1 upstream release 0.11.2, now zipconf.h is in the library/include subdir Modified: libzip/trunk/PKGBUILD ----------+ PKGBUILD | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-24 12:40:24 UTC (rev 202675) +++ PKGBUILD 2013-12-24 12:43:13 UTC (rev 202676) @@ -3,26 +3,19 @@ # Contributor: Tobias Powalowski <[email protected]> pkgname=libzip -pkgver=0.11.1 -pkgrel=2 +pkgver=0.11.2 +pkgrel=1 pkgdesc="A C library for reading, creating, and modifying zip archives" url="http://www.nih.at/libzip/index.html" license=('BSD') arch=('i686' 'x86_64') depends=('zlib') -source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz" - 'fix-headers.patch') -md5sums=('87d5ec3629f6ad2a4b01ad961e7f0c19' - '249395bd3a426c4c4e993e9d4753e1dd') +source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz") +md5sums=('44c99b67dca34707b5728e5f8434fe91') -prepare() { +build() { cd ${pkgname}-${pkgver} - patch -p1 -i "${srcdir}/fix-headers.patch" -} -build() { - cd ${pkgname}-${pkgver} - autoreconf -i ./configure --prefix=/usr make } @@ -29,6 +22,7 @@ package() { cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }
