summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormuhviehstarr2019-06-26 04:42:09 +0200
committermuhviehstarr2019-06-26 04:42:09 +0200
commitc890b74791e2cbbf01a0e0c6fae3ce480409c7c2 (patch)
treed1ad50c23f15a7762f905882dfc0a6550c24a522
parentdbab6cc41f6b77b270cc2657e2a526a33918c54a (diff)
downloadaur-c890b74791e2cbbf01a0e0c6fae3ce480409c7c2.tar.gz
fixes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01f1baaa8018..772b175a89a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = arm-none-eabi-linaro-binutils
pkgdesc = A set of pograms to assemble and manipulate binary and object files for the ARM EABI target with extra flags
pkgver = 2.32
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/binutils/
arch = x86_64
license = GPL
- depends = isl
+ depends = isl>=0.14
depends = cloog
depends = gmp
depends = mpc
diff --git a/PKGBUILD b/PKGBUILD
index 601bb95c8d9e..97671b161d6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
_target=arm-none-eabi
pkgname=$_target-linaro-binutils
pkgver=2.32
-pkgrel=1
+pkgrel=2
#_commit=2bd25930
pkgdesc='A set of pograms to assemble and manipulate binary and object files for the ARM EABI target with extra flags'
arch=(x86_64)
url='http://www.gnu.org/software/binutils/'
license=(GPL)
-depends=('isl' 'cloog' 'gmp' 'mpc' 'mpfr' 'zlib')
+depends=('isl>=0.14' 'cloog' 'gmp' 'mpc' 'mpfr' 'zlib')
provides=('arm-none-eabi-binutils')
conflicts=('arm-none-eabi-binutils')
source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
@@ -29,7 +29,7 @@ build() {
if [ "${CARCH}" != "i686" ]; then
# enabling gold linker at i686 makes the install fail
- enable_gold='--enable-gold=yes'
+ enable_gold='--enable-gold'
fi
./configure --target=$_target \