summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2020-10-20 15:11:36 -0400
committerGuillaume Horel2020-10-20 15:11:36 -0400
commitb17c958e6e56d48ccdf54f6c4012e22d21444bdc (patch)
treeb156c43fb751ce5ea6d26c50e1f98eb1033aafb8 /PKGBUILD
parent808026a1269e35798d97c06dd55a015066eb09e4 (diff)
downloadaur-b17c958e6e56d48ccdf54f6c4012e22d21444bdc.tar.gz
bump to 0.3.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8dc121b61dc..6acc848c7189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=openblas-lapack
_PkgName=OpenBLAS
_pkgname=openblas
-pkgver=0.3.10
+pkgver=0.3.11
# 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=('0484d275f87e9b8641ff2eecaa9df2830cbe276ac79ad80494822721de6e1693')
+sha256sums=('bc4617971179e037ae4e8ebcd837e46db88422f7b365325bd7aba31d1921a673')
# Add the following line to the _config variable if you want to set the number of make jobs
# MAKE_NB_JOBS=2 \