summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Staal2015-10-18 07:44:17 +0200
committerJens Staal2015-10-18 07:44:17 +0200
commitfa9d71c68e3fb87b718b794543a8882ce946586c (patch)
treed3a4a9593da2d99692ee771a3e2c6ccb36289a29
parentff7dc09a168886aca980eff4f039dfaa18dee517 (diff)
downloadaur-fa9d71c68e3fb87b718b794543a8882ce946586c.tar.gz
move musl to makedepends - static so no runtime depend
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dccae77d1c00..031f8f8da6aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,9 @@ pkgdesc="Combines common UNIX utilities into a single small executable, statical
arch=('i686' 'x86_64')
url="http://www.busybox.net/"
license=('GPL')
-depends=('musl') #musl-git also good
provides=("$_gitname")
conflicts=("$_gitname")
-makedepends=('git' 'kernel-headers-musl')
+makedepends=('git' 'musl' 'kernel-headers-musl') #musl-git also good
source=(git://git.busybox.net/"$_gitname" 'config')
# 'https://raw.github.com/chneukirchen/sabotage/master/KEEP/busybox.patch'
md5sums=(SKIP 'fb3b07db81c75456365414e1f65e6463')