summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-07-20 18:25:29 +0200
committerMichel Zou2020-07-20 18:25:29 +0200
commit77b3ee9eda85d0201c38aa15244ea528d09416e2 (patch)
treea511a710ab21cf4f7f0ec0a77d95015b15e5b4e2
parent3383edf48c7fa943758783912e2a052eaa16ab61 (diff)
downloadaur-77b3ee9eda85d0201c38aa15244ea528d09416e2.tar.gz
1.7.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2225522e1ee..e8904525ac61 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.6.0
+ pkgver = 1.7.3
pkgrel = 1
url = http://www.nih.at/libzip/index.html
arch = any
@@ -9,11 +9,13 @@ pkgbase = mingw-w64-libzip
depends = mingw-w64-xz
depends = mingw-w64-zlib
depends = mingw-w64-bzip2
+ depends = mingw-w64-openssl
+ depends = mingw-w64-gnutls
options = staticlibs
options = !buildflags
options = !strip
- source = http://www.nih.at/libzip/libzip-1.6.0.tar.xz
- sha256sums = a6cd804b4b3cffd997bd563fec693eb7eb052c225909a98a620689c2befb699b
+ source = http://www.nih.at/libzip/libzip-1.7.3.tar.xz
+ sha256sums = a60473ffdb7b4260c08bfa19c2ccea0438edac11193c3afbbb1f17fbcf6c6132
pkgname = mingw-w64-libzip
diff --git a/PKGBUILD b/PKGBUILD
index 34d20e05511b..fa3d18fd6367 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
-
pkgname=mingw-w64-libzip
-pkgver=1.6.0
+pkgver=1.7.3
pkgrel=1
pkgdesc="A C library for reading, creating, and modifying zip archives (mingw-w64)"
url="http://www.nih.at/libzip/index.html"
license=('BSD')
arch=(any)
-depends=('mingw-w64-xz' 'mingw-w64-zlib' 'mingw-w64-bzip2')
+depends=('mingw-w64-xz' 'mingw-w64-zlib' 'mingw-w64-bzip2' 'mingw-w64-openssl' 'mingw-w64-gnutls')
makedepends=('mingw-w64-cmake')
options=('staticlibs' '!buildflags' '!strip')
source=("http://www.nih.at/libzip/libzip-${pkgver}.tar.xz")
-sha256sums=('a6cd804b4b3cffd997bd563fec693eb7eb052c225909a98a620689c2befb699b')
+sha256sums=('a60473ffdb7b4260c08bfa19c2ccea0438edac11193c3afbbb1f17fbcf6c6132')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"