From 1b358127ecf53f2c51d56da95735a1de3af882e1 Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Mon, 30 Apr 2018 09:47:26 +0000 Subject: [PATCH] community/zziplib: update project url Project is now hosted on Github --- community/zziplib/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/zziplib/APKBUILD b/community/zziplib/APKBUILD index 7816aa1eee4..536bdecc3bf 100644 --- a/community/zziplib/APKBUILD +++ b/community/zziplib/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Mika Havela 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"