diff options
author | prspkt <prspkt@protonmail.com> | 2018-03-18 09:57:24 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-31 17:05:14 +0200 |
commit | 2a87123b4707caaf26719911095439c6096a96fa (patch) | |
tree | b3cc8e56f09d2e76f03d7250266f70c434595453 /community | |
parent | 53f69db7ae2818d70982cda2c17b0450429518ee (diff) | |
download | aports-2a87123b4707caaf26719911095439c6096a96fa.tar.bz2 aports-2a87123b4707caaf26719911095439c6096a96fa.tar.xz |
community/zziplib: upgrade to 0.13.69, drop xmlto from makedeps
Diffstat (limited to 'community')
-rw-r--r-- | community/zziplib/APKBUILD | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/community/zziplib/APKBUILD b/community/zziplib/APKBUILD index ed4ca35977..7816aa1eee 100644 --- a/community/zziplib/APKBUILD +++ b/community/zziplib/APKBUILD @@ -1,23 +1,18 @@ # Contributor: Mika Havela <mika.havela@gmail.com> # Maintainer: Mika Havela <mika.havela@gmail.com> pkgname=zziplib -pkgver=0.13.67 -pkgrel=1 +pkgver=0.13.69 +pkgrel=0 pkgdesc="Lightweight library to easily extract data from zip files" url="http://zziplib.sourceforge.net" arch="all" license="LGPL-2.0-or-later MPL-1.1" -makedepends="zlib-dev python2 xmlto" +makedepends="zlib-dev python2" checkdepends="zip" subpackages="$pkgname-dev $pkgname-doc $pkgname-utils" source="$pkgname-$pkgver.tar.gz::https://github.com/gdraheim/$pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" -prepare() { - default_prepare - update_config_guess -} - build() { cd "$builddir" ./configure \ @@ -42,4 +37,4 @@ utils() { mv "$pkgdir"/usr/bin "$subpkgdir"/usr/ } -sha512sums="a34b801a18a2051aa3898a572508ffd327521b69878413af679b10f6a68b37e770651884ae611bf9c01ce14013c6a1e06adeadd3ef6219d4b9278f1b9e7a6459 zziplib-0.13.67.tar.gz" +sha512sums="ade026289737f43ca92a8746818d87dd7618d473dbce159546ce9071c9e4cbe164a6b1c9efff16efb7aa0327b2ec6b34f3256c6bda19cd6e325703fffc810ef0 zziplib-0.13.69.tar.gz" |