community/busybox to 1.28.3-1

This commit is contained in:
Kevin Mihelich 2018-05-04 01:37:14 +00:00
parent da519643b0
commit 010e8b94b6

View file

@ -6,7 +6,7 @@
# - don't build with musl-gcc
pkgname=busybox
pkgver=1.28.2
pkgver=1.28.3
pkgrel=1
pkgdesc="Utilities for rescue and embedded systems"
arch=("x86_64")
@ -16,7 +16,7 @@ makedepends=("make" "gcc" "sed" "ncurses")
install=busybox.install
source=("$url/downloads/$pkgname-$pkgver.tar.bz2"
"config")
sha256sums=('b64a94a60877c96838ee60e75765576ecc8756bf3636485117637604acb84b0d'
sha256sums=('ad0d22033f23e696f9a71a4c2f9210194dda39b024a79151f4ac278995332a6e'
'5ac1b35aa9fee3be15a4ce10e533de35ea9e51f888186a45222e102f35c36bc6')
build() {
@ -25,6 +25,8 @@ build() {
sed '1,1i#include <sys/resource.h>' -i include/libbb.h
# if you want to run menuconfig uncomment the following line:
# make menuconfig ; return 1
# reproducible build
export KCONFIG_NOTIMESTAMP=1
make
}