aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-05-21 16:19:35 +0000
committerTharre <tharre3@gmail.com>2015-05-21 16:19:35 +0000
commit9d2fa3741d47ccaa8bbf54a4bedfd175953e0cdb (patch)
treeca2b91ba1b7374d58bf69d9c5f6fd4fe3070accc
parentc6bbc6d4ca942d3cf6a6045966e66c1b59a4a271 (diff)
downloadpkgbuilds-9d2fa3741d47ccaa8bbf54a4bedfd175953e0cdb.tar.gz
pkgbuilds-9d2fa3741d47ccaa8bbf54a4bedfd175953e0cdb.tar.xz
pkgbuilds-9d2fa3741d47ccaa8bbf54a4bedfd175953e0cdb.zip
Use general dependency `gcc-libs`.
The previous use of `gcc-libs-multilib` made compilation on platforms other than x86_64 impossible, and seems to be unnecessary.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c8faa6..3d7ac10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="A free development environment for BCU1 and BCU2"
arch=('i686' 'x86_64' 'arm' 'armv7h')
url="http://www.auto.tuwien.ac.at/~mkoegler/index.php/bcusdk"
license=('GPL')
-depends=('pthsem>=2.0.8' 'gcc-libs-multilib')
+depends=('pthsem>=2.0.8' 'gcc-libs')
options=('!libtool')
source=(http://www.auto.tuwien.ac.at/~mkoegler/eib/bcusdk_${pkgver}.tar.gz
eibd.patch eibd.socket eibd.service eibd.conf)