summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2023-08-08 14:36:56 -0400
committerJoey Dumont2023-08-08 14:36:56 -0400
commitcaecae8efe3cc6624550d4e1d033ff374a29b061 (patch)
treec8cdea08f1ba28ff97ab36eba7a9aa50b634dadb
parent7c6bf05d9893bd57bb3a6788f3752168d9f13175 (diff)
downloadaur-caecae8efe3cc6624550d4e1d033ff374a29b061.tar.gz
upgpkg: armadillo 12.6.2-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 dfdfba8328bc..83a897a1d175 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 12.6.1
+ pkgver = 12.6.2
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.1.tar.xz
- sha512sums = 9b426aa32d152cfb117867de6f9fdff525aae1e525a05c0f2a941c2a123b916dd50ab060d8facaa1d317303d80e97f32bf5814c68912158d746ce4f09e77a5ea
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-12.6.2.tar.xz
+ sha512sums = 3c101eee18c62e6e53a050f4fd34895537d2613419e88137e9914c2c713e43a5091385b66ff5316605d9f950fa89131fa68ef842fadbdf379e3df9d5263ddc07
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 676658deb8eb..467258a32558 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.1
+pkgver=12.6.2
_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=('9b426aa32d152cfb117867de6f9fdff525aae1e525a05c0f2a941c2a123b916dd50ab060d8facaa1d317303d80e97f32bf5814c68912158d746ce4f09e77a5ea')
+sha512sums=('3c101eee18c62e6e53a050f4fd34895537d2613419e88137e9914c2c713e43a5091385b66ff5316605d9f950fa89131fa68ef842fadbdf379e3df9d5263ddc07')
build() {
if [ "$CARCH" == "x86_64" ]; then