diff options
Diffstat (limited to 'system/gzip/APKBUILD')
-rw-r--r-- | system/gzip/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/system/gzip/APKBUILD b/system/gzip/APKBUILD index e885ea133..8e45ed894 100644 --- a/system/gzip/APKBUILD +++ b/system/gzip/APKBUILD @@ -3,17 +3,16 @@ # Maintainer: Dan Theisen <djt@hxx.in> pkgname=gzip pkgver=1.9 -pkgrel=0 +pkgrel=1 pkgdesc="A popular data compression program" subpackages="$pkgname-doc" url="https://www.gnu.org/software/gzip/" arch="all" license="GPL-3.0+" -depends= -makedepends= +depends="" +makedepends="" checkdepends="perl coreutils diffutils less" -install= -source="http://ftp.gnu.org/gnu/gzip/gzip-$pkgver.tar.gz" +source="https://ftp.gnu.org/gnu/gzip/gzip-$pkgver.tar.gz" build() { cd "$builddir" |