diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-04-30 09:47:26 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-04-30 09:48:18 +0000 |
commit | 1b358127ecf53f2c51d56da95735a1de3af882e1 (patch) | |
tree | 616bbeb2bcca6308acf5f6999a85741a545a491a /community | |
parent | e2a54295a99364375c41cc2b8516dd8cb75e929a (diff) | |
download | aports-1b358127ecf53f2c51d56da95735a1de3af882e1.tar.bz2 aports-1b358127ecf53f2c51d56da95735a1de3af882e1.tar.xz |
community/zziplib: update project url
Project is now hosted on Github
Diffstat (limited to 'community')
-rw-r--r-- | community/zziplib/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/zziplib/APKBUILD b/community/zziplib/APKBUILD index 7816aa1eee..536bdecc3b 100644 --- a/community/zziplib/APKBUILD +++ b/community/zziplib/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Mika Havela <mika.havela@gmail.com> pkgname=zziplib pkgver=0.13.69 -pkgrel=0 +pkgrel=1 pkgdesc="Lightweight library to easily extract data from zip files" -url="http://zziplib.sourceforge.net" +url="https://github.com/gdraheim/zziplib" arch="all" license="LGPL-2.0-or-later MPL-1.1" makedepends="zlib-dev python2" |