From 3d1c06ea76884e7e33b04edb8e564a9f9847bf9a Mon Sep 17 00:00:00 2001 From: eolianoe Date: Mon, 21 Mar 2016 14:50:42 +0100 Subject: [PATCH] Upstream release: 0.2.17 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d3a5affdec92..b7ff87bf8504 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Wed Mar 16 09:27:51 UTC 2016 +# Mon Mar 21 13:49:38 UTC 2016 pkgbase = openblas-lapack pkgdesc = Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas) - pkgver = 0.2.16 + pkgver = 0.2.17 pkgrel = 1 url = http://xianyi.github.com/OpenBLAS/ arch = i686 @@ -22,8 +22,8 @@ pkgbase = openblas-lapack conflicts = cblas conflicts = lapacke options = !emptydirs - source = OpenBLAS-0.2.16.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v0.2.16.tar.gz - sha256sums = 766f350d0a4be614812d535cead8c816fc3ad3b9afcd93167ea5e4df9d61869b + source = OpenBLAS-0.2.17.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v0.2.17.tar.gz + sha256sums = 0fe836dfee219ff4cadcc3567fb2223d9e0da5f60c7382711fb9e2c35ecf0dbf pkgname = openblas-lapack 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 \