summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2021-08-05 13:53:21 -0400
committerJoey Dumont2021-08-05 13:53:21 -0400
commit929b4ddcced010cfee0d28d637de1415ecbb11ec (patch)
tree2678fc9bce3c5ac75ba7e14a559a72e0d3b0fdd6
parent4cbf870ec033d3d80456ce31b584c43550ecda8b (diff)
downloadaur-929b4ddcced010cfee0d28d637de1415ecbb11ec.tar.gz
upgpkg: armadillo 10.6.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2618f8d6fff3..a52f2fe78864 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 10.6.1
+ pkgver = 10.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-10.6.1.tar.xz
- sha512sums = 648402e15c28a1b89bf08329e67d2549b72a203416fdf31fc792984c2f76f4b143afa36afa94293eed774fc4d5c033dd052d3e291ef810529c8096b6dc3fac1f
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-10.6.2.tar.xz
+ sha512sums = ae04e993830ca04e7eddfaf9c40a50fb9139b10b9667412f5a18707ac73ee529b8e3a5a91337782e4e01bae61207b44f24bdd8a77c6c2404011a06006d849aba
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 8803553a1916..27bd928ddb5f 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=10.6.1
+pkgver=10.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=('648402e15c28a1b89bf08329e67d2549b72a203416fdf31fc792984c2f76f4b143afa36afa94293eed774fc4d5c033dd052d3e291ef810529c8096b6dc3fac1f')
+sha512sums=('ae04e993830ca04e7eddfaf9c40a50fb9139b10b9667412f5a18707ac73ee529b8e3a5a91337782e4e01bae61207b44f24bdd8a77c6c2404011a06006d849aba')
build() {
if [ "$CARCH" == "x86_64" ]; then