diff options
author | prspkt <prspkt@protonmail.com> | 2018-04-12 17:23:04 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-04-13 05:57:14 +0000 |
commit | fabc6abbf0dd3f87a7eaf6941731c02d9c47f68a (patch) | |
tree | 4d12bbd3e376d7c59c9bb1a4ff767878f8bec185 /community/libzip | |
parent | 2396ef3b86100104fad8c28e3a0fc76adcba326b (diff) | |
download | aports-fabc6abbf0dd3f87a7eaf6941731c02d9c47f68a.tar.bz2 aports-fabc6abbf0dd3f87a7eaf6941731c02d9c47f68a.tar.xz |
community/libzip: support encrypted archives, improve abuild
Diffstat (limited to 'community/libzip')
-rw-r--r-- | community/libzip/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libzip/APKBUILD b/community/libzip/APKBUILD index d26d479bca..6fb0a72ba2 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=0 -pkgdesc="A C library for reading, creating, and modifying zip archives" +pkgrel=1 +pkgdesc="C library for manipulating zip archives" url="http://www.nih.at/libzip/index.html" arch="all" -license="BSD" +license="BSD-3-Clause" depends_dev="zlib-dev" -makedepends="$depends_dev perl cmake" +makedepends="$depends_dev cmake libressl-dev perl" subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" source="https://www.nih.at/libzip/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" |