summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreolianoe2016-03-21 14:50:42 +0100
committereolianoe2016-03-21 14:50:42 +0100
commit3d1c06ea76884e7e33b04edb8e564a9f9847bf9a (patch)
tree6964db8b660d18ff4665b8c77b6b6ea21341854f /PKGBUILD
parent322ee8dbf61f0755db3a426efc22eea76e680443 (diff)
downloadaur-3d1c06ea76884e7e33b04edb8e564a9f9847bf9a.tar.gz
Upstream release: 0.2.17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3113071a274a..5262f3907aa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=openblas-lapack
_PkgName=OpenBLAS
_pkgname=openblas
-pkgver=0.2.16
+pkgver=0.2.17
_lapackver=3.6.0
pkgrel=1
pkgdesc="Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)"
@@ -18,7 +18,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=('766f350d0a4be614812d535cead8c816fc3ad3b9afcd93167ea5e4df9d61869b')
+sha256sums=('0fe836dfee219ff4cadcc3567fb2223d9e0da5f60c7382711fb9e2c35ecf0dbf')
# Add the following line to the _config variable if you want to set the number of make jobs
# MAKE_NB_JOBS=2 \