summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreolianoe2019-05-05 20:32:25 +0200
committereolianoe2019-05-05 20:32:25 +0200
commitf34010c766e9026716e2dfec3de90cbb0f34f590 (patch)
treee5670778218115cd9b68017449d88d9ce7965044 /PKGBUILD
parente879322b85f8912fefeadf12b1b738da2d94cfe2 (diff)
downloadaur-f34010c766e9026716e2dfec3de90cbb0f34f590.tar.gz
fix arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6fa8058c3eaa..9fce1a9eb236 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgver=0.3.6
_lapackver=3.8.0
pkgrel=2
pkgdesc="Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)"
-arch=('any')
+arch=('x86_64')
url="http://www.openblas.net/"
license=('BSD')
depends=('gcc-libs')