diff options
Diffstat (limited to 'community/libzip/APKBUILD')
-rw-r--r-- | community/libzip/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libzip/APKBUILD b/community/libzip/APKBUILD index 6fb0a72ba2..0272295d83 100644 --- a/community/libzip/APKBUILD +++ b/community/libzip/APKBUILD @@ -3,13 +3,13 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=libzip pkgver=1.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="C library for manipulating zip archives" url="http://www.nih.at/libzip/index.html" arch="all" license="BSD-3-Clause" depends_dev="zlib-dev" -makedepends="$depends_dev cmake libressl-dev perl" +makedepends="$depends_dev cmake openssl-dev perl" subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" source="https://www.nih.at/libzip/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" |