From 092cc22ecbdd5c690b991cf371030373ce45222e Mon Sep 17 00:00:00 2001 From: David P Date: Sat, 28 Mar 2020 15:17:31 -0400 Subject: updpkg: libre/xtensa-elf-binutils 2.34-1 Signed-off-by: David P --- libre/xtensa-elf-binutils/PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'libre/xtensa-elf-binutils') diff --git a/libre/xtensa-elf-binutils/PKGBUILD b/libre/xtensa-elf-binutils/PKGBUILD index 98479203b..5059121cf 100644 --- a/libre/xtensa-elf-binutils/PKGBUILD +++ b/libre/xtensa-elf-binutils/PKGBUILD @@ -6,25 +6,22 @@ _target=xtensa-elf pkgname=$_target-binutils -pkgver=2.32 +pkgver=2.34 pkgrel=1 pkgdesc='A set of programs to assemble and manipulate binary and object files for the Xtensa target' arch=('x86_64' 'i686' 'armv7h') url="https://www.gnu.org/software/binutils/" license=('GPL') depends=('zlib') -source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2"{,.sig} - 'https://github.com/qca/open-ath9k-htc-firmware/raw/master/local/patches/binutils.patch') -sha512sums=('99ec7ed2b5ebfd3ac16cecb1567ec4a72f81ac30717002d601708f7547b2f8122ffcce076c986f22894aede33c54c73012210a4e973ba9b6e2d87a242a2bee12' - 'SKIP' - 'e10ed358794d7aa32ac25087afd804dc4c3028c4664d7608eb86147f041561d16209afa6501bc8a19e02386674011d567640175f6b8bf89275c243dc3b3a9980') +source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig}) +sha512sums=('f47e7304e102c7bbc97958a08093e27796b9051d1567ce4fbb723d39ef3e29efa325ee14a1bdcc462a925a7f9bbbc9aee28294c6dc23850f371030f3835a8067' + 'SKIP') validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93' # Tristan Gingold '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton (Chief Binutils Maintainer) prepare() { cd binutils-$pkgver sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure - patch -p1 -i ../binutils.patch } build() { -- cgit v1.2.2