summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2024-03-03 10:37:58 -0500
committerJoey Dumont2024-03-03 10:37:58 -0500
commitef7ce1080165e4f288e145b05c431c5eb7e9c080 (patch)
tree91f2e0dd52e128e3a69ab74ac1182be9e91064d2
parente9b91d320f13f7560832c2c41301450cc82882c1 (diff)
downloadaur-ef7ce1080165e4f288e145b05c431c5eb7e9c080.tar.gz
upgpkg: armadillo 12.8.1-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 8145416670ec..e59929acf3c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 12.8.0
+ pkgver = 12.8.1
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.8.0.tar.xz
- sha512sums = d70423718e2e41539ccbbff10f73734d586aa672e3ab4b020fa429b5c7e48666ecb60d1579639ccf6b8d9ea42ed2646006d2fba423f679be8fd08149f0337b0b
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-12.8.1.tar.xz
+ sha512sums = 312098a36c5b6a8718b19402b7e6d6bbfb1dfe8c6d6a9ca014bbee3ccb725703d09fd17055e574423ac82ade140261380101e9f63171570cb1913a22245c244c
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 9d9ef649c718..bd33e3a715e6 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.8.0
+pkgver=12.8.1
_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=('d70423718e2e41539ccbbff10f73734d586aa672e3ab4b020fa429b5c7e48666ecb60d1579639ccf6b8d9ea42ed2646006d2fba423f679be8fd08149f0337b0b')
+sha512sums=('312098a36c5b6a8718b19402b7e6d6bbfb1dfe8c6d6a9ca014bbee3ccb725703d09fd17055e574423ac82ade140261380101e9f63171570cb1913a22245c244c')
build() {
if [ "$CARCH" == "x86_64" ]; then