diff --git a/libzip/PKGBUILD b/libzip/PKGBUILD index 6d8412d43..7b4d513ce 100644 --- a/libzip/PKGBUILD +++ b/libzip/PKGBUILD @@ -1,7 +1,7 @@ #contributions from Arch: https://www.archlinux.org/packages/extra/x86_64/libzip/ pkgname=libzip -pkgver=1.0.1 +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" @@ -9,7 +9,7 @@ license=('BSD') arch=('x86_64') depends=('zlib') source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.xz") -md5sums=('e2371fc6f04a46efdaf8cbf4118ffafd') +md5sums=('f7196e2fbae93d7e1f843aedee9bdf40') build() { cd ${pkgname}-${pkgver}