libzip: update to 1.1.3

This commit is contained in:
Jeff Huang 2016-08-17 14:18:46 +01:00
parent 04d587b9f0
commit b092d2d0aa

View File

@ -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}