summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiuseppe Borzi2019-09-16 18:39:52 +0200
committerGiuseppe Borzi2019-09-16 18:39:52 +0200
commitb11494995e402e2140b7585db02c998056fded73 (patch)
tree81973f267fa6f79e8c885fa1de930298076bc249 /PKGBUILD
parenteae6ac4efc63616c114c51bd860c87d1faf306c5 (diff)
downloadaur-b11494995e402e2140b7585db02c998056fded73.tar.gz
Updated to 0.3.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84a32b0a5843..e9b682a57564 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Giuseppe Borzi <gborzi _AT_ ieee _DOT_ org>
pkgname=opencblas
_pkgname=OpenBLAS
-pkgver=0.3.6
+pkgver=0.3.7
pkgrel=1
pkgdesc="An optimized CBLAS library based on GotoBLAS2 1.13 BSD "
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ provides=('cblas=3.8.0')
conflicts=('cblas')
options=(!makeflags !emptydirs)
source=(${_pkgname}-v${pkgver}.tar.gz::http://github.com/xianyi/OpenBLAS/archive/v${pkgver}.tar.gz)
-md5sums=('8a110a25b819a4b94e8a9580702b6495')
+md5sums=('5cd4ff3891b66a59e47af2d14cde4056')
build() {
cd "$srcdir/$_pkgname-$pkgver"