summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2023-11-02 21:22:33 -0400
committerJoey Dumont2023-11-02 21:22:33 -0400
commit253a2030c530341dd0968faf6d3acab483e5a890 (patch)
tree2a8f84061c6c539c378a581d821c3e2982047ee1
parentec46baab3390bb14b76a31b47effbd4026bc72c3 (diff)
downloadaur-253a2030c530341dd0968faf6d3acab483e5a890.tar.gz
upgpkg: armadillo 12.6.6-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 5fe35d04671f..b2b4bc6cbfc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 12.6.5
+ pkgver = 12.6.6
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.5.tar.xz
- sha512sums = 3010166bf2e01c85f7c0b4b5cd8ddac72684504da643051776ac040b4c69c483f8221edc02366f17b4ecce1a2e5ea054e403abba392f43f256f40342b5aabf96
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-12.6.6.tar.xz
+ sha512sums = bf6a3db60256aa9789b52d92b33971a43816e73cd079d08e35350fcb251c213fba59604263595f886c4228147e75dd9308a5208ab9b290bb094128a1aee5da3d
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index acb72ac14aa9..5532764722d1 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.5
+pkgver=12.6.6
_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=('3010166bf2e01c85f7c0b4b5cd8ddac72684504da643051776ac040b4c69c483f8221edc02366f17b4ecce1a2e5ea054e403abba392f43f256f40342b5aabf96')
+sha512sums=('bf6a3db60256aa9789b52d92b33971a43816e73cd079d08e35350fcb251c213fba59604263595f886c4228147e75dd9308a5208ab9b290bb094128a1aee5da3d')
build() {
if [ "$CARCH" == "x86_64" ]; then