summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ivanov2016-06-14 17:31:48 +0200
committerPeter Ivanov2016-06-14 17:31:48 +0200
commitd9e981649f3fef2552ec6e758d154211f3117f87 (patch)
tree0bac07d317c97b2cade6de4063880512155a10a5
parent8fd8cbee45d32d97cbe2d6c1035b8ff17fbb0b69 (diff)
downloadaur-d9e981649f3fef2552ec6e758d154211f3117f87.tar.gz
Dependency for x86_64 was fixed.
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3914a36c5209..1029d2daf70d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=mspgcc-ti
pkgver=4.00.01.00
-pkgrel=1
+pkgrel=2
pkgdesc="GNU toolchain (as, gcc, g++, ld, gdb) for the TI MSP430 processor"
arch=('i686' 'x86_64')
url="http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/latest/index_FDS.html"
license=('GPL')
-depends=('elfutils' 'libmpc' 'zlib')
-[ $CARCH = x86_64 ] && depends+=('lib32-gcc-libs' 'lib32-glibc' 'lib32-libstdc++5' 'lib32-zlib')
+depends_i686=('elfutils' 'libmpc' 'zlib')
+depends_x86_64=('elfutils' 'libmpc' 'zlib' 'lib32-gcc-libs' 'lib32-glibc' 'lib32-libstdc++5' 'lib32-zlib' 'lib32-fakeroot')
options=(!strip !emptydirs !libtool staticlibs !upx)
PKGEXT=".pkg.tar"
install=mspgcc-ti.install