author | Jelle van der Waa
<jelle@archlinux.org> 2020-07-12 13:18:40 UTC |
committer | Jelle van der Waa
<jelle@archlinux.org> 2020-07-12 13:18:40 UTC |
parent | ea58e4b4b271748a1baa19203d9f997a7a4b264e |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 346c8f3..e129325 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Philipp Schrader <philipp.schrader+arch@gmail.com> pkgname=uboot-tools -pkgver=2020.04 +pkgver=2020.07 pkgrel=1 pkgdesc='U-Boot bootloader utility tools' arch=(x86_64) @@ -12,13 +12,13 @@ license=(GPL) depends=(openssl) source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig}) validpgpkeys=('E872DB409C1A687EFBE8633687F9F635D31D7652') -sha1sums=('0821ce2dac9bbd9ec5883779ddad78b8610366e3' +sha1sums=('1b59dd6875b0ceeb5202ef027f26bf3c99a8d91b' 'SKIP') build() { cd u-boot-$pkgver make defconfig - make tools-all + make tools-all KBUILD_HOSTLDFLAGS=${LDFLAGS} } package() {