summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2024-06-09 13:22:28 -0400
committerJoey Dumont2024-06-09 13:22:28 -0400
commit8a39a7d78f88ec797ceb82044f676b6a3ad7c6cf (patch)
tree044bf2209e22d731c1679561ae485098d21de90b
parent52923c0acd912e800ef29315468ee159a00cd225 (diff)
downloadaur-8a39a7d78f88ec797ceb82044f676b6a3ad7c6cf.tar.gz
upgpkg: armadillo 12.8.4-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 b738d36f094f..0f3e815e2e18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 12.8.3
+ pkgver = 12.8.4
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.3.tar.xz
- sha512sums = 58987f9c94b20842a4ba05d632a2b7ba8829d0c0a6b54607bb47b6e3b90d1af899225acc30c0f4f94db1e5f930bf5bcc439552c8439829bed80ca160f34c5910
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-12.8.4.tar.xz
+ sha512sums = 567ed608098258749cf133022810c9296985ddd9d4dcce4eb00a938cbe8e767774d96cd030ba8c719e62895913e294b17299e4e8c064103b1f6f051021ee9e57
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index a2376784c5fe..ed4383533c33 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.3
+pkgver=12.8.4
_pkgver=${pkgver/_/-} # For use with RC releases, to replace the _ with -
pkgrel=1
pkgdesc="C++ linear algebra library"
@@ -14,7 +14,7 @@ optdepends=('hdf5: HDF5 output'
makedepends=('cmake')
source=("http://downloads.sourceforge.net/sourceforge/arma/$pkgname-$_pkgver.tar.xz")
install=armadillo.install
-sha512sums=('58987f9c94b20842a4ba05d632a2b7ba8829d0c0a6b54607bb47b6e3b90d1af899225acc30c0f4f94db1e5f930bf5bcc439552c8439829bed80ca160f34c5910')
+sha512sums=('567ed608098258749cf133022810c9296985ddd9d4dcce4eb00a938cbe8e767774d96cd030ba8c719e62895913e294b17299e4e8c064103b1f6f051021ee9e57')
build() {
if [ "$CARCH" == "x86_64" ]; then