summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12020-10-08 00:26:17 +0800
committerChocobo12020-10-08 00:26:17 +0800
commit6272c8ddcdf495d09711915dc66b03d832c5ced2 (patch)
tree1f90532482a4298c6942544d6c373fbad1dca1d0
parentbbbf2f4a72ecc6bc42199d1f0c893a4d1ae5b8f8 (diff)
downloadaur-6272c8ddcdf495d09711915dc66b03d832c5ced2.tar.gz
upgpkg: libzip-git 1.7.3.r79.g72b3722d-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d38d5edd7f3c..78aaf25bd3b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libzip-git
pkgdesc = C library for reading, creating, and modifying zip archives
pkgver = 1.7.3.r79.g72b3722d
- pkgrel = 1
+ pkgrel = 2
url = https://libzip.org/
arch = i686
arch = x86_64
@@ -17,7 +17,6 @@ pkgbase = libzip-git
depends = zstd
provides = libzip
conflicts = libzip
- options = staticlibs
source = git+https://github.com/nih-at/libzip.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f98cd0c62ff3..3ef568faa0a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libzip-git
pkgver=1.7.3.r79.g72b3722d
-pkgrel=1
+pkgrel=2
pkgdesc="C library for reading, creating, and modifying zip archives"
arch=('i686' 'x86_64')
url="https://libzip.org/"
@@ -11,7 +11,6 @@ depends=('glibc' 'bzip2' 'gnutls' 'openssl' 'xz' 'zlib' 'zstd')
makedepends=('git' 'cmake')
provides=('libzip')
conflicts=('libzip')
-options=('staticlibs')
source=("git+https://github.com/nih-at/libzip.git")
sha256sums=('SKIP')