summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5df68b9a9592..4da0412d4d8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 29 21:04:52 UTC 2016
+# Sat Dec 17 09:57:22 UTC 2016
pkgbase = mingw-w64-libzip
pkgdesc = A C library for reading, creating, and modifying zip archives (mingw-w64)
- pkgver = 1.1.2
+ pkgver = 1.1.3
pkgrel = 1
url = http://www.nih.at/libzip/index.html
arch = any
@@ -13,9 +13,9 @@ pkgbase = mingw-w64-libzip
options = staticlibs
options = !buildflags
options = !strip
- source = http://www.nih.at/libzip/libzip-1.1.2.tar.xz
+ source = http://www.nih.at/libzip/libzip-1.1.3.tar.xz
source = libzip_cmake-fixes.patch
- md5sums = d79c12d2405366cd954dd8e2144efbf7
+ md5sums = f7196e2fbae93d7e1f843aedee9bdf40
md5sums = 7d7862d2f5c68066b055c7b3ad0796a3
pkgname = mingw-w64-libzip
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() {