summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Borzi2021-11-19 20:25:42 +0100
committerGiuseppe Borzi2021-11-19 20:25:42 +0100
commit4e34943afbb4423772fb83928628898937f0fb83 (patch)
treef3a10de1d7f61394c6b2b4d93fc31b78224e933f
parent59ae42743b59d741dde6835422b9299adb621cdd (diff)
downloadaur-4e34943afbb4423772fb83928628898937f0fb83.tar.gz
Updated to 0.3.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f44e51cd607..5b9405556938 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.17
+ pkgver = 0.3.18
pkgrel = 1
url = https://github.com/xianyi/OpenBLAS
arch = i686
@@ -13,7 +13,7 @@ pkgbase = opencblas
options = !makeflags
options = !emptydirs
options = !staticlibs
- source = https://github.com/xianyi/OpenBLAS/releases/download/v0.3.17/OpenBLAS-0.3.17.tar.gz
- sha512sums = a97745c1f050ea44fce5f1722810de469612d374a29796a874d12673d6ad189872160cc2b5d0885790e6562d9d7ade629144c86f2649e668b0d4def36aa74495
+ source = https://github.com/xianyi/OpenBLAS/releases/download/v0.3.18/OpenBLAS-0.3.18.tar.gz
+ sha512sums = df9a14026a61bdc5285636bfd7a52dce244d24fcf4a0c870ef4e58b8b50e412849828ca5aeac2a2435f635e78e60559762e8bae22ea7bc5dff2e865a96d81152
pkgname = opencblas
diff --git a/PKGBUILD b/PKGBUILD
index b2b2485dffec..ed9cd2397a53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Giuseppe Borzi <gborzi _AT_ ieee _DOT_ org>
pkgname=opencblas
_pkgname=OpenBLAS
-pkgver=0.3.17
+pkgver=0.3.18
pkgrel=1
pkgdesc="An optimized CBLAS library based on GotoBLAS2 1.13 BSD "
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ provides=('cblas=3.9.0')
conflicts=('cblas')
options=(!makeflags !emptydirs !staticlibs)
source=($url/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz)
-sha512sums=('a97745c1f050ea44fce5f1722810de469612d374a29796a874d12673d6ad189872160cc2b5d0885790e6562d9d7ade629144c86f2649e668b0d4def36aa74495')
+sha512sums=('df9a14026a61bdc5285636bfd7a52dce244d24fcf4a0c870ef4e58b8b50e412849828ca5aeac2a2435f635e78e60559762e8bae22ea7bc5dff2e865a96d81152')
build() {
cd "$srcdir/$_pkgname-$pkgver"