summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreolianoe2016-12-19 11:52:15 +0100
committereolianoe2016-12-19 11:52:15 +0100
commitb923716f689cab49c4f8bb999448d0d9dcbfac01 (patch)
treee53e08bfffe6f1f7029c74e774f623671bf8d65e /PKGBUILD
parent1fca465889b3754a821278dea2795010a1635be3 (diff)
downloadaur-b923716f689cab49c4f8bb999448d0d9dcbfac01.tar.gz
change arch to 'any'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5df85ca745f..f2907608ee3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=0.2.19
_lapackver=3.6.0
pkgrel=1
pkgdesc="Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)"
-arch=('i686' 'x86_64')
+arch=('any')
url="http://www.openblas.net/"
license=('BSD')
depends=('gcc-libs')