From f5d4654e69d55eb040fe51b7f47efae2b4447681 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 4 Jul 2016 14:25:47 +0000 Subject: [PATCH] community/boinc to 7.6.32-1.1 closes #1375 --- community/boinc/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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