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 93ba78b6cdd0..525cc521a2df 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.13
+ pkgver = 0.3.15
pkgrel = 1
url = http://www.openblas.net/
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = openblas-lapack
conflicts = cblas
conflicts = lapacke
options = !emptydirs
- source = OpenBLAS-0.3.13.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v0.3.13.tar.gz
- sha256sums = 79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e
+ source = OpenBLAS-0.3.15.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v0.3.15.tar.gz
+ sha256sums = 30a99dec977594b387a17f49904523e6bc8dd88bd247266e83485803759e4bbe
pkgname = openblas-lapack
diff --git a/PKGBUILD b/PKGBUILD
index c13062f12495..f3cdbaf4402d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=openblas-lapack
_PkgName=OpenBLAS
_pkgname=openblas
-pkgver=0.3.13
+pkgver=0.3.15
# 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=('79197543b17cc314b7e43f7a33148c308b0807cd6381ee77f77e15acf3e6459e')
+sha256sums=('30a99dec977594b387a17f49904523e6bc8dd88bd247266e83485803759e4bbe')
# Add the following line to the _config variable if you want to set the number of make jobs
# MAKE_NB_JOBS=2 \