summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Borzi2020-06-04 00:02:21 +0200
committerGiuseppe Borzi2020-06-04 00:02:21 +0200
commit903059b8f497e4d59756681a1665cd855ad10cd6 (patch)
tree10028a02797b75082f68e2db3b6e2c815dafe3e2
parentb11494995e402e2140b7585db02c998056fded73 (diff)
downloadaur-903059b8f497e4d59756681a1665cd855ad10cd6.tar.gz
Updated to 0.3.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 765e717f630c..7aa25a4ba808 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opencblas
pkgdesc = An optimized CBLAS library based on GotoBLAS2 1.13 BSD
- pkgver = 0.3.7
+ pkgver = 0.3.9
pkgrel = 1
url = http://www.openblas.net/
arch = i686
@@ -12,8 +12,8 @@ pkgbase = opencblas
conflicts = cblas
options = !makeflags
options = !emptydirs
- source = OpenBLAS-v0.3.7.tar.gz::http://github.com/xianyi/OpenBLAS/archive/v0.3.7.tar.gz
- md5sums = 5cd4ff3891b66a59e47af2d14cde4056
+ source = OpenBLAS-v0.3.9.tar.gz::http://github.com/xianyi/OpenBLAS/archive/v0.3.9.tar.gz
+ md5sums = 28cc19a6acbf636f5aab5f10b9a0dfe1
pkgname = opencblas
diff --git a/PKGBUILD b/PKGBUILD
index e9b682a57564..75a668029aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Giuseppe Borzi <gborzi _AT_ ieee _DOT_ org>
pkgname=opencblas
_pkgname=OpenBLAS
-pkgver=0.3.7
+pkgver=0.3.9
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=('5cd4ff3891b66a59e47af2d14cde4056')
+md5sums=('28cc19a6acbf636f5aab5f10b9a0dfe1')
build() {
cd "$srcdir/$_pkgname-$pkgver"