summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4cf5cd47e8f..8264837b0ef3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
+# Generated by mksrcinfo v8
+# Mon May 23 20:57:17 UTC 2016
pkgbase = lib32-libzip1
pkgdesc = A C library for reading, creating, and modifying zip archives
pkgver = 0.9.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.nih.at/libzip/index.html
arch = x86_64
license = BSD
makedepends = gcc-multilib
- depends = libzip1
depends = lib32-zlib
depends = lib32-glibc
options = !libtool
diff --git a/PKGBUILD b/PKGBUILD
index cb790e32a734..ede064831e5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
_pkgname=libzip
pkgname=lib32-${_pkgname}1
pkgver=0.9.3
-pkgrel=1
+pkgrel=2
pkgdesc="A C library for reading, creating, and modifying zip archives"
url="http://www.nih.at/libzip/index.html"
license=('BSD')
arch=('x86_64')
-depends=('libzip1' 'lib32-zlib' 'lib32-glibc')
+depends=('lib32-zlib' 'lib32-glibc')
makedepends=('gcc-multilib')
options=('!libtool')
source=("http://www.nih.at/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")