summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01a8ef8d1dc6..ce160633f2ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-libzip
-pkgver=1.1.2
+pkgver=1.1.3
pkgrel=1
pkgdesc="A C library for reading, creating, and modifying zip archives (mingw-w64)"
url="http://www.nih.at/libzip/index.html"
@@ -11,8 +11,9 @@ makedepends=('mingw-w64-cmake')
options=('staticlibs' '!buildflags' '!strip')
source=("http://www.nih.at/libzip/libzip-${pkgver}.tar.xz"
'libzip_cmake-fixes.patch')
-md5sums=('d79c12d2405366cd954dd8e2144efbf7'
+md5sums=('f7196e2fbae93d7e1f843aedee9bdf40'
'7d7862d2f5c68066b055c7b3ad0796a3')
+
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {