summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2016-05-23 16:57:30 -0400
committerTed Alff2016-05-23 16:57:30 -0400
commit00a35a7aeabcdbadc19105cb3bdae92e1a826981 (patch)
tree1a8ad4d2e7031afd03ad1a41d73c28d29cea5310 /PKGBUILD
parent673b834639b02cee53479e37dd533732fff4e650 (diff)
downloadaur-lib32-libzip1.tar.gz
Don't depend on 64-bit libzip1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")