Date: Wednesday, July 22, 2015 @ 17:29:16 Author: anatolik Revision: 137286
upgpkg: arm-none-eabi-binutils 2.25.1-1 Modified: arm-none-eabi-binutils/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-22 14:47:42 UTC (rev 137285) +++ PKGBUILD 2015-07-22 15:29:16 UTC (rev 137286) @@ -4,9 +4,9 @@ _target=arm-none-eabi pkgname=$_target-binutils -pkgver=2.25 -pkgrel=3 -_commit=c42c779b +pkgver=2.25.1 +pkgrel=1 +_commit=2bd25930 pkgdesc='A set of programs to assemble and manipulate binary and object files for the ARM EABI (bare-metal) target' arch=(i686 x86_64) url='http://www.gnu.org/software/binutils/' @@ -13,11 +13,10 @@ license=(GPL) depends=(zlib) source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig} - binutils-${pkgver}-roundup-${_commit}.patch::https://sourceware.org/git/gitweb.cgi\?p=binutils-gdb.git\;a=commitdiff_plain\;h=${_commit}\;hp=binutils-2_25 + #binutils-${pkgver}-roundup-${_commit}.patch::https://sourceware.org/git/gitweb.cgi\?p=binutils-gdb.git\;a=commitdiff_plain\;h=${_commit}\;hp=binutils-2_25 enable_link_arm_no_attributes.patch) -sha1sums=('b46cc90ebaba7ffcf6c6d996d60738881b14e50d' +sha1sums=('1d597ae063e3947a5f61e23ceda8aebf78405fcd' 'SKIP' - 'c956a27796f62b797114233c6a9958b495e9bff0' 'c88cc0ed5f884332fa76b733fb47a26f307bde0f') validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93') # Tristan Gingold <[email protected]> @@ -25,7 +24,7 @@ cd binutils-$pkgver sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure patch -p1 < ../enable_link_arm_no_attributes.patch # FS#43794 - patch -p1 < ../binutils-$pkgver-roundup-$_commit.patch + #patch -p1 < ../binutils-$pkgver-roundup-$_commit.patch } build() {
