summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 014b2eb6e005..9de6e5b869b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openblas-lapack
pkgdesc = Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)
- pkgver = 0.3.5
+ pkgver = 0.3.6
pkgrel = 2
url = http://www.openblas.net/
arch = any
@@ -19,8 +19,8 @@ pkgbase = openblas-lapack
conflicts = cblas
conflicts = lapacke
options = !emptydirs
- source = OpenBLAS-0.3.5.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v0.3.5.tar.gz
- sha256sums = 0950c14bd77c90a6427e26210d6dab422271bc86f9fc69126725833ecdaa0e85
+ source = OpenBLAS-0.3.6.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v0.3.6.tar.gz
+ sha256sums = e64c8fe083832ffbc1459ab6c72f71d53afd3b36e8497c922a15a06b72e9002f
pkgname = openblas-lapack
diff --git a/PKGBUILD b/PKGBUILD
index 865a9f283015..6fa8058c3eaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=openblas-lapack
_PkgName=OpenBLAS
_pkgname=openblas
-pkgver=0.3.5
+pkgver=0.3.6
# grep VERSION "${srcdir}/${_PkgName}-${pkgver}"/lapack-netlib/README.md | tail -n 1 | cut -d ' ' -f 2
_lapackver=3.8.0
pkgrel=2
@@ -19,7 +19,7 @@ provides=('openblas' "blas=${_lapackver}" "lapack=${_lapackver}" "cblas=${_lapac
conflicts=('openblas' 'blas' 'lapack' 'cblas' 'lapacke')
options=(!emptydirs)
source=(${_PkgName}-${pkgver}.tar.gz::https://github.com/xianyi/${_PkgName}/archive/v${pkgver}.tar.gz)
-sha256sums=('0950c14bd77c90a6427e26210d6dab422271bc86f9fc69126725833ecdaa0e85')
+sha256sums=('e64c8fe083832ffbc1459ab6c72f71d53afd3b36e8497c922a15a06b72e9002f')
# Add the following line to the _config variable if you want to set the number of make jobs
# MAKE_NB_JOBS=2 \