summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e269a5e4edf8..4b7eb20023e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,15 @@
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.29.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/binutils/
arch = x86_64
license = GPL
+ depends = isl
+ depends = cloog
+ depends = gmp
+ depends = mpc
+ depends = mpfr
depends = zlib
provides = arm-none-eabi-binutils
conflicts = arm-none-eabi-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 9c74ea60a594..b24c9c0e0a1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,13 @@
_target=arm-none-eabi
pkgname=$_target-linaro-binutils
pkgver=2.29.1
-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=('zlib')
-#makedepends=('isl' 'cloog' 'gmp' 'mpc' 'mpfr')
+depends=('isl' '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})