summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2021-12-28 14:59:59 -0500
committerGuillaume Horel2021-12-28 14:59:59 -0500
commit52f51eefeaec57aded0b84b144a04de6b4ae5026 (patch)
tree3fbf499e37a040c8f405ca856e4fe388ca53aea6 /PKGBUILD
parent137693ebf98912782e0eca6c76a74c073bfd4586 (diff)
downloadaur-52f51eefeaec57aded0b84b144a04de6b4ae5026.tar.gz
bump to version 0.3.19
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c339e50b1220..8e5d53c86672 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=openblas-lapack
_PkgName=OpenBLAS
_pkgname=openblas
-pkgver=0.3.18
+pkgver=0.3.19
# 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=('1632c1e8cca62d8bed064b37747e331a1796fc46f688626337362bf0d16aeadb')
+sha256sums=('947f51bfe50c2a0749304fbe373e00e7637600b0a47b78a51382aeb30ca08562')
# Add the following line to the _config variable if you want to set the number of make jobs
# MAKE_NB_JOBS=2 \