aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-09 09:57:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-07-09 09:57:57 +0000
commit2728f1bf9db999a885ce77618b1d615646e4294f (patch)
tree70ce8800a9c4628f7d55b9e27d822beb6660ae3c /main/busybox/APKBUILD
parentb52ed2e8577385022ce7a3d694410ef2159a3647 (diff)
downloadaports-2728f1bf9db999a885ce77618b1d615646e4294f.tar.bz2
aports-2728f1bf9db999a885ce77618b1d615646e4294f.tar.xz
main/busybox: fix for diff
fixes #381
Diffstat (limited to 'main/busybox/APKBUILD')
-rw-r--r--main/busybox/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD
index e77474a25a..de31b98f60 100644
--- a/main/busybox/APKBUILD
+++ b/main/busybox/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=busybox
pkgver=1.16.2
-pkgrel=0
+pkgrel=1
pkgdesc="Size optimized toolbox of many common UNIX utilities"
url=http://busybox.net
license="GPL-2"
@@ -11,6 +11,7 @@ subpackages="$pkgname-static"
triggers="busybox.trigger:/bin /usr/bin /sbin /usr/sbin /lib/modules/*"
source="http://busybox.net/downloads/$pkgname-$pkgver.tar.bz2
$pkgname-1.11.1-bb.patch
+ diff.patch
flock-bb.patch
busyboxconfig"
@@ -69,5 +70,6 @@ static() {
md5sums="2ba980f720a5bdce4ec05423519acc35 busybox-1.16.2.tar.bz2
4c0f3b486eaa0674961b7ddcd0c60a9b busybox-1.11.1-bb.patch
+f2d22840613fc6e3f359c87af9781caa diff.patch
20d9beea7d0c0aaca14553a8f98fee12 flock-bb.patch
4bc85af9dd659cbb83c9a819b3481a47 busyboxconfig"