summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2021-10-19 10:11:00 -0400
committerGuillaume Horel2021-10-19 10:11:31 -0400
commit137693ebf98912782e0eca6c76a74c073bfd4586 (patch)
tree20c1615fc6989765f57422e52fa72b46c386dc5f /PKGBUILD
parent089be562bbc9b972b47e4aca72a63175cd993162 (diff)
downloadaur-137693ebf98912782e0eca6c76a74c073bfd4586.tar.gz
bump to 0.3.18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d987f99cc66f..c339e50b1220 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=openblas-lapack
_PkgName=OpenBLAS
_pkgname=openblas
-pkgver=0.3.17
+pkgver=0.3.18
# grep VERSION "${srcdir}/${_PkgName}-${pkgver}"/lapack-netlib/README.md | tail -n 1 | cut -d ' ' -f 2
_lapackver=3.9.0
_blasver=3.8.0
@@ -21,7 +21,7 @@ provides=('openblas' "blas=${_blasver}" "lapack=${_lapackver}" "cblas=${_blasver
conflicts=('openblas' 'blas' 'lapack' 'cblas' 'lapacke')
options=(!emptydirs)
source=(${_PkgName}-${pkgver}.tar.gz::https://github.com/xianyi/${_PkgName}/archive/v${pkgver}.tar.gz)
-sha256sums=('df2934fa33d04fd84d839ca698280df55c690c86a5a1133b3f7266fce1de279f')
+sha256sums=('1632c1e8cca62d8bed064b37747e331a1796fc46f688626337362bf0d16aeadb')
# Add the following line to the _config variable if you want to set the number of make jobs
# MAKE_NB_JOBS=2 \