diff options
-rw-r--r-- | main/bzip2/APKBUILD | 4 | ||||
-rw-r--r-- | main/bzip2/bzip2.post-deinstall | 3 |
2 files changed, 2 insertions, 5 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 diff --git a/main/bzip2/bzip2.post-deinstall b/main/bzip2/bzip2.post-deinstall deleted file mode 100644 index 99b57c4635..0000000000 --- a/main/bzip2/bzip2.post-deinstall +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -busybox --install -s |