From 97a82bf0147dd7bff980e7dbe8b0f47f924b9d98 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 21 Jul 2018 01:35:04 -0500 Subject: system/gzip: modernise --- system/gzip/APKBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'system/gzip/APKBUILD') 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 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" -- cgit v1.2.3-60-g2f50