Date: Wednesday, August 3, 2016 @ 15:01:59 Author: lcarlier Revision: 272967
upgpkg: libzip 1.1.3-1 upstream update 1.1.3 Modified: libzip/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-03 14:47:18 UTC (rev 272966) +++ PKGBUILD 2016-08-03 15:01:59 UTC (rev 272967) @@ -3,7 +3,7 @@ # Contributor: Tobias Powalowski <[email protected]> pkgname=libzip -pkgver=1.1.2 +pkgver=1.1.3 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=('d79c12d2405366cd954dd8e2144efbf7') +md5sums=('f7196e2fbae93d7e1f843aedee9bdf40') build() { cd ${pkgname}-${pkgver}
