Date: Friday, May 4, 2018 @ 01:08:56 Author: anthraxx Revision: 318921
upgpkg: busybox 1.28.3-1 (+ enable reproducible builds) Modified: busybox/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-03 23:53:17 UTC (rev 318920) +++ PKGBUILD 2018-05-04 01:08:56 UTC (rev 318921) @@ -3,7 +3,7 @@ # Contributor: Jens Pranaitis <j...@jenux.homelinux.org> pkgname=busybox -pkgver=1.28.2 +pkgver=1.28.3 pkgrel=1 pkgdesc="Utilities for rescue and embedded systems" arch=("x86_64") @@ -13,7 +13,7 @@ install=busybox.install source=("$url/downloads/$pkgname-$pkgver.tar.bz2" "config") -sha256sums=('b64a94a60877c96838ee60e75765576ecc8756bf3636485117637604acb84b0d' +sha256sums=('ad0d22033f23e696f9a71a4c2f9210194dda39b024a79151f4ac278995332a6e' '5ac1b35aa9fee3be15a4ce10e533de35ea9e51f888186a45222e102f35c36bc6') build() { @@ -22,6 +22,8 @@ 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 CC=musl-gcc }