summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2021-10-04 16:28:47 -0400
committerJoey Dumont2021-10-04 16:28:47 -0400
commit07500c92eb312c30cd4fa447922f1c030c1684c6 (patch)
tree76cdcba41a32152052cc7e3135fb54bce26e0696
parent929b4ddcced010cfee0d28d637de1415ecbb11ec (diff)
downloadaur-07500c92eb312c30cd4fa447922f1c030c1684c6.tar.gz
upgpkg: armadillo 10.7.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a52f2fe78864..fe0fde5444ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 10.6.2
+ pkgver = 10.7.0
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.2.tar.xz
- sha512sums = ae04e993830ca04e7eddfaf9c40a50fb9139b10b9667412f5a18707ac73ee529b8e3a5a91337782e4e01bae61207b44f24bdd8a77c6c2404011a06006d849aba
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-10.7.0.tar.xz
+ sha512sums = fa1ac9dccdc50f3de5b818d0987aecdbab03b2ecd9bc666565600580885b90ace8b4f5e2e77b0584e71f0c50a874ce917efcdaa7768424004aea70ab372a350d
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 27bd928ddb5f..873f3919ca87 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.2
+pkgver=10.7.0
_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=('ae04e993830ca04e7eddfaf9c40a50fb9139b10b9667412f5a18707ac73ee529b8e3a5a91337782e4e01bae61207b44f24bdd8a77c6c2404011a06006d849aba')
+sha512sums=('fa1ac9dccdc50f3de5b818d0987aecdbab03b2ecd9bc666565600580885b90ace8b4f5e2e77b0584e71f0c50a874ce917efcdaa7768424004aea70ab372a350d')
build() {
if [ "$CARCH" == "x86_64" ]; then