summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormuhviehstah2017-12-31 03:57:09 +0100
committermuhviehstah2017-12-31 03:57:09 +0100
commitd07073c3acbd5a2b59067901a7068242eae95f90 (patch)
treed18fb3dea05c5e35a9e4ac6e545d8111d6dfb5f3
parent96743f77bb737195b387b49230a0f82ac703a1c7 (diff)
downloadaur-d07073c3acbd5a2b59067901a7068242eae95f90.tar.gz
added deps
-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})