summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Borzi2018-09-09 13:57:19 +0200
committerGiuseppe Borzi2018-09-09 13:57:19 +0200
commit653cb268ba75d8295a1fca58795158487033bb0c (patch)
tree90050c11674de445602d48c21791e52425494e5d
parenteb3b34cc9eabb0117aaab460367148c526d09284 (diff)
downloadaur-653cb268ba75d8295a1fca58795158487033bb0c.tar.gz
Updated to 0.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00c9bd0fa890..490a4a9834fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opencblas
pkgdesc = An optimized CBLAS library based on GotoBLAS2 1.13 BSD
- pkgver = 0.2.20
+ pkgver = 0.3.3
pkgrel = 1
url = http://www.openblas.net/
arch = i686
@@ -8,12 +8,12 @@ pkgbase = opencblas
license = BSD
makedepends = perl
depends = gcc-libs
- provides = cblas=3.3.0
+ provides = cblas=3.8.0
conflicts = cblas
options = !makeflags
options = !emptydirs
- source = OpenBLAS-v0.2.20.tar.gz::http://github.com/xianyi/OpenBLAS/archive/v0.2.20.tar.gz
- md5sums = 48637eb29f5b492b91459175dcc574b1
+ source = OpenBLAS-v0.3.3.tar.gz::http://github.com/xianyi/OpenBLAS/archive/v0.3.3.tar.gz
+ md5sums = 30e2f8d7317e84dde5a37152173848f1
pkgname = opencblas
diff --git a/PKGBUILD b/PKGBUILD
index 0f6af9d646ca..81f0e1fb3eca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Giuseppe Borzi <gborzi _AT_ ieee _DOT_ org>
pkgname=opencblas
_pkgname=OpenBLAS
-pkgver=0.2.20
+pkgver=0.3.3
pkgrel=1
pkgdesc="An optimized CBLAS library based on GotoBLAS2 1.13 BSD "
arch=('i686' 'x86_64')
@@ -9,11 +9,11 @@ url="http://www.openblas.net/"
license=('BSD')
depends=('gcc-libs')
makedepends=('perl')
-provides=('cblas=3.3.0')
+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=('48637eb29f5b492b91459175dcc574b1')
+md5sums=('30e2f8d7317e84dde5a37152173848f1')
build() {
cd "$srcdir/$_pkgname-$pkgver"