summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb7786e444bc..6fd3d48ec393 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 30 17:34:24 UTC 2018
+# Fri Jun 8 18:53:16 UTC 2018
pkgbase = mingw-w64-libzip
pkgdesc = A C library for reading, creating, and modifying zip archives (mingw-w64)
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = http://www.nih.at/libzip/index.html
arch = any
@@ -14,8 +14,8 @@ pkgbase = mingw-w64-libzip
options = staticlibs
options = !buildflags
options = !strip
- source = http://www.nih.at/libzip/libzip-1.5.0.tar.xz
- sha256sums = 5ddb9b41d31b2f99ad4d512003c610ae2db70e222833aba6f9332d5b48a153d9
+ source = http://www.nih.at/libzip/libzip-1.5.1.tar.xz
+ sha256sums = 04ea35b6956c7b3453f1ed3f3fe40e3ddae1f43931089124579e8384e79ed372
pkgname = mingw-w64-libzip
diff --git a/PKGBUILD b/PKGBUILD
index 0f5cc36c1db0..c340b33547fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-libzip
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc="A C library for reading, creating, and modifying zip archives (mingw-w64)"
url="http://www.nih.at/libzip/index.html"
@@ -10,8 +10,7 @@ depends=('mingw-w64-crt' 'mingw-w64-zlib' 'mingw-w64-bzip2')
makedepends=('mingw-w64-cmake')
options=('staticlibs' '!buildflags' '!strip')
source=("http://www.nih.at/libzip/libzip-${pkgver}.tar.xz")
-sha256sums=('5ddb9b41d31b2f99ad4d512003c610ae2db70e222833aba6f9332d5b48a153d9')
-
+sha256sums=('04ea35b6956c7b3453f1ed3f3fe40e3ddae1f43931089124579e8384e79ed372')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"