mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
fix arch
This commit is contained in:
parent
e879322b85
commit
f34010c766
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -3,7 +3,7 @@ pkgbase = openblas-lapack
|
|||
pkgver = 0.3.6
|
||||
pkgrel = 2
|
||||
url = http://www.openblas.net/
|
||||
arch = any
|
||||
arch = x86_64
|
||||
license = BSD
|
||||
makedepends = perl
|
||||
makedepends = gcc-fortran
|
||||
|
|
|
|||
2
PKGBUILD
2
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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue