From 9d2fa3741d47ccaa8bbf54a4bedfd175953e0cdb Mon Sep 17 00:00:00 2001 From: Tharre Date: Thu, 21 May 2015 16:19:35 +0000 Subject: 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. --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-70-g09d2