aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-08-15 14:34:42 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-08-15 14:38:21 +0000
commitfd67415c29d64b1c3617cdd524d75c9c800eb985 (patch)
tree716798cfec58fb44433c595314ac800493b99460
parente311f559e4354b780f494de042c901f0672bf936 (diff)
main/bzip2: rename static package
name it $pkgname-static to keep things simple
-rw-r--r--main/bzip2/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/bzip2/APKBUILD b/main/bzip2/APKBUILD
index a28115a99d0..1ee379dd30c 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