summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2023-11-13 14:08:18 -0500
committerGuillaume Horel2023-11-13 14:08:18 -0500
commite11b677e05a9aa40bd63d43d98645567ee4e9fe5 (patch)
tree2aa0f9b694473f4dfa56e85d94ec0e2d7ed5c355
parent386b0f1a6eaeaa5d33379b11e69eb52ef7f7a7fe (diff)
downloadaur-e11b677e05a9aa40bd63d43d98645567ee4e9fe5.tar.gz
bump to 0.3.25
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3c60975fc1c..d415eacb1268 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openblas-lapack
pkgdesc = Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)
- pkgver = 0.3.24
- pkgrel = 2
+ pkgver = 0.3.25
+ pkgrel = 1
url = http://www.openblas.net/
arch = x86_64
license = BSD
@@ -19,7 +19,7 @@ pkgbase = openblas-lapack
conflicts = cblas
conflicts = lapacke
options = !emptydirs
- source = OpenBLAS-0.3.24.tar.gz::https://github.com/xianyi/OpenBLAS/releases/download/v0.3.24/OpenBLAS-0.3.24.tar.gz
- sha256sums = ceadc5065da97bd92404cac7254da66cc6eb192679cf1002098688978d4d5132
+ source = OpenBLAS-0.3.25.tar.gz::https://github.com/xianyi/OpenBLAS/releases/download/v0.3.25/OpenBLAS-0.3.25.tar.gz
+ sha256sums = 4c25cb30c4bb23eddca05d7d0a85997b8db6144f5464ba7f8c09ce91e2f35543
pkgname = openblas-lapack
diff --git a/PKGBUILD b/PKGBUILD
index 51db372aff4f..a438951955a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
pkgname=openblas-lapack
_PkgName=OpenBLAS
_pkgname=openblas
-pkgver=0.3.24
+pkgver=0.3.25
# grep VERSION "${srcdir}/${_PkgName}-${pkgver}"/lapack-netlib/README.md | tail -n 1 | cut -d ' ' -f 2
_lapackver=3.11.0
_blasver=3.11.0
-pkgrel=2
+pkgrel=1
pkgdesc="Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)"
arch=('x86_64')
url="http://www.openblas.net/"
@@ -21,7 +21,7 @@ provides=('openblas' "blas=${_blasver}" "lapack=${_lapackver}" "cblas=${_blasver
conflicts=('openblas' 'blas' 'lapack' 'cblas' 'lapacke')
options=(!emptydirs)
source=(${_PkgName}-${pkgver}.tar.gz::https://github.com/xianyi/OpenBLAS/releases/download/v${pkgver}/OpenBLAS-$pkgver.tar.gz)
-sha256sums=('ceadc5065da97bd92404cac7254da66cc6eb192679cf1002098688978d4d5132')
+sha256sums=('4c25cb30c4bb23eddca05d7d0a85997b8db6144f5464ba7f8c09ce91e2f35543')
# Add the following line to the _config variable if you want to set the number of make jobs
# MAKE_NB_JOBS=2 \