community/openblas to 0.3.19-1

This commit is contained in:
David Beauchamp 2021-12-20 16:52:31 -05:00
parent 5d8ee3043b
commit 7040f2ba21
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
pkgname=openblas
_pkgname=OpenBLAS
pkgver=0.3.18
pkgver=0.3.19
pkgrel=1
pkgdesc="An optimized BLAS library based on GotoBLAS2 1.13 BSD"
arch=('x86_64')
@ -19,7 +19,7 @@ checkdepends=('cblas')
provides=('blas=3.9.0')
conflicts=('blas')
source=(${_pkgname}-v${pkgver}.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v${pkgver}.tar.gz)
sha512sums=('df9a14026a61bdc5285636bfd7a52dce244d24fcf4a0c870ef4e58b8b50e412849828ca5aeac2a2435f635e78e60559762e8bae22ea7bc5dff2e865a96d81152')
sha512sums=('1fcbcfefb7744894b0b0c83c6071b342086ca311dc67f5c2745812d61dcc9d31ef7dd5e1215dfb2731ae7197d497dbdf8f8b26a432eb07d41a7db0983eb86a33')
build() {
cd $_pkgname-$pkgver