[arch-commits] Commit in uboot-tools/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Jul 12 13:18:41 UTC 2020
Date: Sunday, July 12, 2020 @ 13:18:40
Author: jelle
Revision: 663325
Update to 2020.07-1, add RELRO for tools
Modified:
uboot-tools/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-12 13:04:01 UTC (rev 663324)
+++ PKGBUILD 2020-07-12 13:18:40 UTC (rev 663325)
@@ -3,7 +3,7 @@
# Contributor: Philipp Schrader <philipp.schrader+arch at 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 @@
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() {
More information about the arch-commits
mailing list