diff --git a/community/boinc/PKGBUILD b/community/boinc/PKGBUILD index 5b0f427b5..953db8fe5 100644 --- a/community/boinc/PKGBUILD +++ b/community/boinc/PKGBUILD @@ -11,7 +11,7 @@ pkgbase=boinc pkgname=(boinc boinc-nox) pkgver=7.6.32 _tag="client_release/7.6/$pkgver" -pkgrel=1 +pkgrel=1.1 arch=('i686' 'x86_64') url="http://boinc.berkeley.edu/" license=('LGPL') @@ -45,9 +45,9 @@ prepare() { build() { if [[ $CARCH == "arm" ]]; then - CONFIG="--with-boinc-alt-platform=arm-linux-gnueabisf" - else - CONFIG="--with-boinc-alt-platform=arm-linux-gnueabihf" + CONFIG="--with-boinc-alt-platform=arm-unknown-linux-gnueabisf" + elif [[ $CARCH == "armv6h" || $CARCH == "armv7h" ]]; then + CONFIG="--with-boinc-alt-platform=arm-unknown-linux-gnueabihf" fi cd "$srcdir"/$pkgbase