mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/busybox to 1.29.3-1
This commit is contained in:
parent
82176bd474
commit
6e8e8a729b
1 changed files with 3 additions and 3 deletions
|
@ -6,19 +6,19 @@
|
||||||
# - don't build with musl-gcc
|
# - don't build with musl-gcc
|
||||||
|
|
||||||
pkgname=busybox
|
pkgname=busybox
|
||||||
pkgver=1.29.2
|
pkgver=1.29.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Utilities for rescue and embedded systems"
|
pkgdesc="Utilities for rescue and embedded systems"
|
||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
url="https://www.busybox.net"
|
url="https://www.busybox.net"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
makedepends=("ncurses")
|
makedepends=("ncurses")
|
||||||
|
validpgpkeys=('C9E9416F76E610DBD09D040F47B70C55ACC9965B')
|
||||||
source=("$url/downloads/$pkgname-$pkgver.tar.bz2"{,.sig}
|
source=("$url/downloads/$pkgname-$pkgver.tar.bz2"{,.sig}
|
||||||
"config")
|
"config")
|
||||||
sha256sums=('67d2fa6e147a45875fe972de62d907ef866fe784c495c363bf34756c444a5d61'
|
sha256sums=('97648636e579462296478e0218e65e4bc1e9cd69089a3b1aeb810bff7621efb7'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'858835074fd5bb22551f8aceb92581a1132650f75dfb18c0afdbd521a5a9dcfa')
|
'858835074fd5bb22551f8aceb92581a1132650f75dfb18c0afdbd521a5a9dcfa')
|
||||||
validpgpkeys=('C9E9416F76E610DBD09D040F47B70C55ACC9965B') # Denis Vlasenko <vda.linux@googlemail.com>
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue