mirror of
https://github.com/archlinux/aur.git
synced 2026-02-01 12:16:58 +01:00
change arch to 'any'
This commit is contained in:
parent
1fca465889
commit
b923716f68
2 changed files with 3 additions and 4 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue