summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiuseppe Borzi2019-06-15 00:48:57 +0200
committerGiuseppe Borzi2019-06-15 00:48:57 +0200
commiteae6ac4efc63616c114c51bd860c87d1faf306c5 (patch)
treeadbc347c552787280f4b0a83968e2e0924f960ba /PKGBUILD
parent0585c35cc2371e5ac1d0d8a25ad726bcb381f040 (diff)
downloadaur-eae6ac4efc63616c114c51bd860c87d1faf306c5.tar.gz
Updated to 0.3.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3701b74c8808..84a32b0a5843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Giuseppe Borzi <gborzi _AT_ ieee _DOT_ org>
pkgname=opencblas
_pkgname=OpenBLAS
-pkgver=0.3.5
+pkgver=0.3.6
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=('579bda57f68ea6e9074bf5780e8620bb')
+md5sums=('8a110a25b819a4b94e8a9580702b6495')
build() {
cd "$srcdir/$_pkgname-$pkgver"