Date: Saturday, May 9, 2015 @ 07:47:06 Author: lcarlier Revision: 238747
upgpkg: libzip 1.0.1-1 upstream update 1.0.1 Modified: libzip/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-09 05:43:53 UTC (rev 238746) +++ PKGBUILD 2015-05-09 05:47:06 UTC (rev 238747) @@ -3,7 +3,7 @@ # Contributor: Tobias Powalowski <[email protected]> pkgname=libzip -pkgver=0.11.2 +pkgver=1.0.1 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=('44c99b67dca34707b5728e5f8434fe91') +md5sums=('e2371fc6f04a46efdaf8cbf4118ffafd') build() { cd ${pkgname}-${pkgver}
