diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-08-15 14:34:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-08-15 14:38:21 +0000 |
commit | fd67415c29d64b1c3617cdd524d75c9c800eb985 (patch) | |
tree | 716798cfec58fb44433c595314ac800493b99460 /main/bzip2/APKBUILD | |
parent | e311f559e4354b780f494de042c901f0672bf936 (diff) | |
download | aports-fd67415c29d64b1c3617cdd524d75c9c800eb985.tar.bz2 aports-fd67415c29d64b1c3617cdd524d75c9c800eb985.tar.xz |
main/bzip2: rename static package
name it $pkgname-static to keep things simple
Diffstat (limited to 'main/bzip2/APKBUILD')
-rw-r--r-- | main/bzip2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/bzip2/APKBUILD b/main/bzip2/APKBUILD index a28115a99d..1ee379dd30 100644 --- a/main/bzip2/APKBUILD +++ b/main/bzip2/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=bzip2 pkgver=1.0.8 -pkgrel=0 +pkgrel=1 pkgdesc="A high-quality data compression program" url="http://sources.redhat.com/bzip2" arch="all" license="bzip2-1.0.6" -subpackages="libbz2-static $pkgname-dev $pkgname-doc libbz2" +subpackages="$pkgname-static $pkgname-dev $pkgname-doc libbz2" source="https://sourceware.org/pub/bzip2/bzip2-$pkgver.tar.gz bzip2-1.0.4-makefile-CFLAGS.patch bzip2-1.0.4-man-links.patch |