summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTavian Barnes2016-07-21 10:43:01 -0400
committerTavian Barnes2016-07-21 10:43:01 -0400
commit24f7c63e6ba3b82ea86b31a2f4dc45e84eb38af9 (patch)
treef113e01ecaf87bd0c999b5b30c1f26844420138d /PKGBUILD
parent69c030cb1f8168c1c98c0304408ebefc7d4e43de (diff)
downloadaur-24f7c63e6ba3b82ea86b31a2f4dc45e84eb38af9.tar.gz
Bump to 2.26.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3970cd2f6b77..1522e1986412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@
_target="arm-linux-gnueabihf"
pkgname=${_target}-binutils
-pkgver=2.26
-pkgrel=4
-_commit=43e2c3de
+pkgver=2.26.1
+pkgrel=1
+_commit=c29838e7
pkgdesc="A set of programs to assemble and manipulate binary and object files (${_target})"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/binutils/"
@@ -16,16 +16,16 @@ license=('GPL')
depends=('glibc>=2.23' 'zlib')
options=('staticlibs' '!distcc' '!ccache')
source=(#git://sourceware.org/git/binutils-gdb.git#commit=${_commit}
- http://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2
- binutils-${_commit}.patch)
+ http://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2)
+ #binutils-${_commit}.patch)
md5sums=(#'SKIP'
- '64146a0faa3b411ba774f47d41de239f'
- '0820efe4f2087f5f557602a32f561dcd')
+ 'd2b24e5b5301b7ff0207414c34c3e0fb')
+ #'0820efe4f2087f5f557602a32f561dcd')
prepare() {
cd binutils-${pkgver}
- patch -p1 -i ${srcdir}/binutils-${_commit}.patch
+ #patch -p1 -i ${srcdir}/binutils-${_commit}.patch
# hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure