summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiuseppe Borzi2018-09-09 13:57:19 +0200
committerGiuseppe Borzi2018-09-09 13:57:19 +0200
commit653cb268ba75d8295a1fca58795158487033bb0c (patch)
tree90050c11674de445602d48c21791e52425494e5d /PKGBUILD
parenteb3b34cc9eabb0117aaab460367148c526d09284 (diff)
downloadaur-653cb268ba75d8295a1fca58795158487033bb0c.tar.gz
Updated to 0.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"