Date: Sunday, March 12, 2017 @ 03:38:33 Author: lcarlier Revision: 290655
upgpkg: libzip 1.2.0-1 upstream update 1.2.0 Modified: libzip/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-12 00:32:06 UTC (rev 290654) +++ PKGBUILD 2017-03-12 03:38:33 UTC (rev 290655) @@ -3,7 +3,7 @@ # Contributor: Tobias Powalowski <[email protected]> pkgname=libzip -pkgver=1.1.3 +pkgver=1.2.0 pkgrel=1 pkgdesc="A C library for reading, creating, and modifying zip archives" url="http://www.nih.at/libzip/index.html" @@ -11,7 +11,7 @@ arch=('i686' 'x86_64') depends=('zlib') source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz") -md5sums=('f7196e2fbae93d7e1f843aedee9bdf40') +md5sums=('2a9b316d16218f1b7562d5a5e0fcbd79') build() { cd ${pkgname}-${pkgver}
