change arch to 'any'

This commit is contained in:
eolianoe 2016-12-19 11:52:15 +01:00
parent 1fca465889
commit b923716f68
2 changed files with 3 additions and 4 deletions

View file

@ -1,12 +1,11 @@
# Generated by mksrcinfo v8
# Thu Sep 1 08:17:40 UTC 2016
# Mon Dec 19 10:52:04 UTC 2016
pkgbase = openblas-lapack
pkgdesc = Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)
pkgver = 0.2.19
pkgrel = 1
url = http://www.openblas.net/
arch = i686
arch = x86_64
arch = any
license = BSD
makedepends = perl
makedepends = gcc-fortran

View file

@ -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')