summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha2021-12-06 23:31:09 +1300
committerSamantha2021-12-06 23:31:09 +1300
commit9f1297347ff516ef90d34c9a69a50fd78b42d456 (patch)
treecb54f779fa710b24a6850e8222f41c56d9b0b77e
parent77b3ee9eda85d0201c38aa15244ea528d09416e2 (diff)
downloadaur-9f1297347ff516ef90d34c9a69a50fd78b42d456.tar.gz
Update to 1.8.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8904525ac61..c1a1bbfdcf0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libzip
pkgdesc = A C library for reading, creating, and modifying zip archives (mingw-w64)
- pkgver = 1.7.3
+ pkgver = 1.8.0
pkgrel = 1
url = http://www.nih.at/libzip/index.html
arch = any
@@ -14,8 +14,7 @@ pkgbase = mingw-w64-libzip
options = staticlibs
options = !buildflags
options = !strip
- source = http://www.nih.at/libzip/libzip-1.7.3.tar.xz
- sha256sums = a60473ffdb7b4260c08bfa19c2ccea0438edac11193c3afbbb1f17fbcf6c6132
+ source = http://www.nih.at/libzip/libzip-1.8.0.tar.xz
+ sha256sums = f0763bda24ba947e80430be787c4b068d8b6aa6027a26a19923f0acfa3dac97e
pkgname = mingw-w64-libzip
-
diff --git a/PKGBUILD b/PKGBUILD
index fa3d18fd6367..cfe666652156 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,8 @@
+# Maintainer: Vaporeon <vaporeon@vaporeon.io>
+# Contributor: xantares
+
pkgname=mingw-w64-libzip
-pkgver=1.7.3
+pkgver=1.8.0
pkgrel=1
pkgdesc="A C library for reading, creating, and modifying zip archives (mingw-w64)"
url="http://www.nih.at/libzip/index.html"
@@ -9,7 +12,7 @@ depends=('mingw-w64-xz' 'mingw-w64-zlib' 'mingw-w64-bzip2' 'mingw-w64-openssl' '
makedepends=('mingw-w64-cmake')
options=('staticlibs' '!buildflags' '!strip')
source=("http://www.nih.at/libzip/libzip-${pkgver}.tar.xz")
-sha256sums=('a60473ffdb7b4260c08bfa19c2ccea0438edac11193c3afbbb1f17fbcf6c6132')
+sha256sums=('f0763bda24ba947e80430be787c4b068d8b6aa6027a26a19923f0acfa3dac97e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"