diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-03 03:19:39 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-03 03:19:39 +0000 |
commit | f72cb0ced39aca827b5269eba5455dbf846410e2 (patch) | |
tree | 7047d64bf11194dc5e44ed4f6765ffccb11676cf /community/busybox/PKGBUILD | |
parent | 3cbc40e327b77b23d48f55c76c0efde35a5dad16 (diff) |
Fri Jan 3 03:17:00 UTC 2014
Diffstat (limited to 'community/busybox/PKGBUILD')
-rw-r--r-- | community/busybox/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/busybox/PKGBUILD b/community/busybox/PKGBUILD index 99a1f8681..1e565d1f8 100644 --- a/community/busybox/PKGBUILD +++ b/community/busybox/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 93409 2013-07-03 10:50:24Z spupykin $ +# $Id: PKGBUILD 103299 2014-01-02 22:41:35Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jens Pranaitis <jens@jenux.homelinux.org> pkgname=busybox -pkgver=1.21.1 +pkgver=1.22.0 pkgrel=1 pkgdesc="Utilities for rescue and embedded systems" arch=("i686" "x86_64") url="http://www.busybox.net" license=('GPL') -makedepends=("make" "gcc" "sed" "ncurses") +makedepends=("make" "gcc" "sed" "ncurses" "glibc-static") source=($url/downloads/$pkgname-$pkgver.tar.bz2 config) install=busybox.install -md5sums=('795394f83903b5eec6567d51eebb417e' - '3fbd88dc6327ff0455c17409efdbab79') +md5sums=('ac1881d1cdeb0729b22c663feaf1c663' + 'e7c697e37b2120f0e0a354c48180cde4') build() { cd "$srcdir/$pkgname-$pkgver" |