summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2024-02-15 21:59:55 -0500
committerJoey Dumont2024-02-15 21:59:55 -0500
commite9b91d320f13f7560832c2c41301450cc82882c1 (patch)
treea1b9590a1da972aa66eb066ace55777090a74257
parent70db1f38d8802e82ab382e06d62d081c72279e3d (diff)
downloadaur-e9b91d320f13f7560832c2c41301450cc82882c1.tar.gz
upgpkg: armadillo 12.8.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9ed8b17aaee..8145416670ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 12.6.7
+ pkgver = 12.8.0
pkgrel = 1
url = http://arma.sourceforge.net/
install = armadillo.install
@@ -14,7 +14,7 @@ pkgbase = armadillo
depends = superlu>=5.2.0
optdepends = hdf5: HDF5 output
optdepends = intel-mkl: Intel Math Kernel Library support
- source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-12.6.7.tar.xz
- sha512sums = bf792ab2655b1cf957a29f1bdd7a692fd75c79f4f2df1eca35d84969908784f3542b82dd5a5b0a339ab88719c2c602a175dee7fd1e9dbd2884eb19a81d061fa3
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-12.8.0.tar.xz
+ sha512sums = d70423718e2e41539ccbbff10f73734d586aa672e3ab4b020fa429b5c7e48666ecb60d1579639ccf6b8d9ea42ed2646006d2fba423f679be8fd08149f0337b0b
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 963c23913dae..9d9ef649c718 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joey Dumont <joey.dumont@gmail.com>
# Contributor: Lucas Hermann Negri <lucashnegri at gmail dot com>
pkgname=armadillo
-pkgver=12.6.7
+pkgver=12.8.0
_pkgver=${pkgver/_/-} # For use with RC releases, to replace the _ with -
pkgrel=1
@@ -15,7 +15,7 @@ optdepends=('hdf5: HDF5 output'
makedepends=('cmake')
source=("http://downloads.sourceforge.net/sourceforge/arma/$pkgname-$_pkgver.tar.xz")
install=armadillo.install
-sha512sums=('bf792ab2655b1cf957a29f1bdd7a692fd75c79f4f2df1eca35d84969908784f3542b82dd5a5b0a339ab88719c2c602a175dee7fd1e9dbd2884eb19a81d061fa3')
+sha512sums=('d70423718e2e41539ccbbff10f73734d586aa672e3ab4b020fa429b5c7e48666ecb60d1579639ccf6b8d9ea42ed2646006d2fba423f679be8fd08149f0337b0b')
build() {
if [ "$CARCH" == "x86_64" ]; then