summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-05-01 17:35:26 +0200
committerMichel Zou2017-05-01 17:35:26 +0200
commit60ce9f988e460e7c84550f1e7ef59717778b8aae (patch)
treec4ceceb73a664fefebcfe1761b03146d4a3bb8ed
parentb823e6dca7cfe84fd591909e5b5bb716cb814647 (diff)
downloadaur-60ce9f988e460e7c84550f1e7ef59717778b8aae.tar.gz
1.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4da0412d4d8f..043c88449063 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 17 09:57:22 UTC 2016
+# Mon May 1 15:35:26 UTC 2017
pkgbase = mingw-w64-libzip
pkgdesc = A C library for reading, creating, and modifying zip archives (mingw-w64)
- pkgver = 1.1.3
+ pkgver = 1.2.0
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.3.tar.xz
+ source = http://www.nih.at/libzip/libzip-1.2.0.tar.xz
source = libzip_cmake-fixes.patch
- md5sums = f7196e2fbae93d7e1f843aedee9bdf40
+ md5sums = 2a9b316d16218f1b7562d5a5e0fcbd79
md5sums = 7d7862d2f5c68066b055c7b3ad0796a3
pkgname = mingw-w64-libzip
diff --git a/PKGBUILD b/PKGBUILD
index ce160633f2ac..d117f01def9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-libzip
-pkgver=1.1.3
+pkgver=1.2.0
pkgrel=1
pkgdesc="A C library for reading, creating, and modifying zip archives (mingw-w64)"
url="http://www.nih.at/libzip/index.html"
@@ -11,7 +11,7 @@ makedepends=('mingw-w64-cmake')
options=('staticlibs' '!buildflags' '!strip')
source=("http://www.nih.at/libzip/libzip-${pkgver}.tar.xz"
'libzip_cmake-fixes.patch')
-md5sums=('f7196e2fbae93d7e1f843aedee9bdf40'
+md5sums=('2a9b316d16218f1b7562d5a5e0fcbd79'
'7d7862d2f5c68066b055c7b3ad0796a3')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"