diff options
Diffstat (limited to 'system/lzip')
-rw-r--r-- | system/lzip/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/lzip/APKBUILD b/system/lzip/APKBUILD index 020baee7e..d6f4ccec4 100644 --- a/system/lzip/APKBUILD +++ b/system/lzip/APKBUILD @@ -1,12 +1,12 @@ # Contributor: ScrumpyJack <scrumpyjack@st.ilet.to> -# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to> +# Maintainer: Dan Theisen <djt@hxx.in> pkgname=lzip pkgver=1.20 pkgrel=0 pkgdesc="Lzip is a lossless data compressor" url="http://www.nongnu.org/lzip/lzip.html" arch="all" -license="GPL-2.0-or-later" +license="GPL-2.0+" subpackages="$pkgname-doc" source="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |