summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrancesco Zardi2022-08-08 09:34:11 +0200
committerFrancesco Zardi2022-08-08 09:34:11 +0200
commit02f8276cb7775726a5648410898380a1ead36264 (patch)
treee22cf443a9160bf7b702a4e7bab47ab051de15b3 /PKGBUILD
parentab5bf1d8d1c71e7b414ab971ac58899fef21136c (diff)
downloadaur-openblas-lapack-static.tar.gz
Bump version to 0.3.21
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c8cff3f99ce..b03b3396e3b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@
pkgname=openblas-lapack-static
_PkgName=OpenBLAS
_pkgname=openblas
-pkgver=0.3.20
+pkgver=0.3.21
# grep VERSION "${srcdir}/${_PkgName}-${pkgver}"/lapack-netlib/README.md | tail -n 1 | cut -d ' ' -f 2
-_lapackver=3.9.0
+_lapackver=3.10.1
_blasver=3.8.0
pkgrel=1
pkgdesc="Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)"
@@ -23,7 +23,7 @@ provides=('openblas' "blas=${_blasver}" "lapack=${_lapackver}" "cblas=${_blasver
conflicts=('openblas' 'blas' 'lapack' 'cblas' 'lapacke')
options=(!emptydirs staticlibs)
source=(${_PkgName}-${pkgver}.tar.gz::https://github.com/xianyi/${_PkgName}/archive/v${pkgver}.tar.gz)
-sha256sums=('8495c9affc536253648e942908e88e097f2ec7753ede55aca52e5dead3029e3c')
+sha256sums=('f36ba3d7a60e7c8bcc54cd9aaa9b1223dd42eaf02c811791c37e8ca707c241ca')
# Add the following line to the _config variable if you want to set the number of make jobs
# MAKE_NB_JOBS=2 \