diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-31 13:39:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-31 13:39:36 +0000 |
commit | 6b0d4bcecee137d735a4fa1dcb6526529825343c (patch) | |
tree | 411cf3f7b1bb98cfb9596c733c6544d62faa86f1 /main/bzip2/APKBUILD | |
parent | cc334a2f151f6a0d8eae0a143deb445554d5c7f2 (diff) | |
download | aports-6b0d4bcecee137d735a4fa1dcb6526529825343c.tar.bz2 aports-6b0d4bcecee137d735a4fa1dcb6526529825343c.tar.xz |
main/bzip2: let trigger update busybox links
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 9538224809..4a15eb183c 100644 --- a/main/bzip2/APKBUILD +++ b/main/bzip2/APKBUILD @@ -1,13 +1,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=bzip2 pkgver=1.0.6 -pkgrel=1 +pkgrel=2 pkgdesc="A high-quality data compression program" url="http://sources.redhat.com/bzip2" arch="all" license="BZIP2" depends="" -install="$pkgname.post-deinstall" +install="" source="http://www.bzip.org/$pkgver/$pkgname-$pkgver.tar.gz bzip2-1.0.4-makefile-CFLAGS.patch bzip2-1.0.6-saneso.patch |