summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2019-08-13 01:57:10 +0800
committerpingplug2019-08-13 01:57:10 +0800
commit4d9ed940f391bb666ef5a098d9bddfadfb6114cc (patch)
tree54cfbc723c3e4abd7c9ffc2266e0cd8f38e61b24
parent9df1a4ae2b738e48feb1d35fa31d26fb06e6f4b8 (diff)
downloadaur-4d9ed940f391bb666ef5a098d9bddfadfb6114cc.tar.gz
Updated to 0.3.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c3d7fcbfddd..a9bb4831b6d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-openblas-lapack
pkgdesc = An optimized BLAS library based on GotoBLAS2 1.13 BSD, providing optimized blas, lapack, and cblas (mingw-w64)
- pkgver = 0.3.6
+ pkgver = 0.3.7
pkgrel = 1
url = https://github.com/xianyi/OpenBLAS
arch = any
@@ -21,8 +21,8 @@ pkgbase = mingw-w64-openblas-lapack
options = !strip
options = staticlibs
options = !buildflags
- source = OpenBLAS-0.3.6.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v0.3.6.tar.gz
- sha256sums = e64c8fe083832ffbc1459ab6c72f71d53afd3b36e8497c922a15a06b72e9002f
+ source = OpenBLAS-0.3.7.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v0.3.7.tar.gz
+ sha256sums = bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379
pkgname = mingw-w64-openblas-lapack
diff --git a/PKGBUILD b/PKGBUILD
index dee7c6f90f6b..c5aa293c2660 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
BUILDFLAG="USE_OPENMP=1 USE_THREAD=1 MAJOR_VERSION=3 NO_LAPACK=0 BUILD_LAPACK_DEPRECATED=1 CROSS=1 HOSTCC=gcc"
pkgname=mingw-w64-openblas-lapack
-pkgver=0.3.6
+pkgver=0.3.7
pkgrel=1
pkgdesc="An optimized BLAS library based on GotoBLAS2 1.13 BSD, providing optimized blas, lapack, and cblas (mingw-w64)"
arch=('any')
@@ -28,7 +28,7 @@ conflicts=('mingw-w64-openblas'
'mingw-w64-lapacke')
options=('!strip' 'staticlibs' '!buildflags')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/xianyi/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('e64c8fe083832ffbc1459ab6c72f71d53afd3b36e8497c922a15a06b72e9002f')
+sha256sums=('bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379')
prepare() {
cd ${srcdir}