summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2020-06-12 11:00:13 -0400
committerJoey Dumont2020-06-12 11:00:13 -0400
commit68d531faa8ed7eff72aab2048b6fc6f25afa6f22 (patch)
tree389ba3999fc9d542d73c6614fbdc8e49bff5cdf0
parentf8363797074a7fb65a42c5f6ce02d9afc7242f2c (diff)
downloadaur-68d531faa8ed7eff72aab2048b6fc6f25afa6f22.tar.gz
Updated to 9.900.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d53abe3b1d2d..16853f171138 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 9.880.1
+ pkgver = 9.900.1
pkgrel = 2
url = http://arma.sourceforge.net/
install = armadillo.install
@@ -14,8 +14,8 @@ 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-9.880.1.tar.xz
- sha512sums = 41852b573065a2b26617c402a11a4eb7f64b04ae809fd9e15e568a8e1ec85a2febf407fd4f795a4aa84222b24375c0a316101e0ffaa9166a5bda67735c3c3b98
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.900.1.tar.xz
+ sha512sums = 711062504572ac1a365f6441cff049c543eb95ddb7b19f2e032f91d53cef4812a339030873764a2a7ca73dd0954dbdb1cf7de8a8170b1bac9b90cb58aa39a19a
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 96f5d87ca063..2ed532cfcb01 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=9.880.1
+pkgver=9.900.1
_pkgver=${pkgver/_/-} # For use with RC releases, to replace the _ with -
pkgrel=2
@@ -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=('41852b573065a2b26617c402a11a4eb7f64b04ae809fd9e15e568a8e1ec85a2febf407fd4f795a4aa84222b24375c0a316101e0ffaa9166a5bda67735c3c3b98')
+sha512sums=('711062504572ac1a365f6441cff049c543eb95ddb7b19f2e032f91d53cef4812a339030873764a2a7ca73dd0954dbdb1cf7de8a8170b1bac9b90cb58aa39a19a')
build() {
if [ "$CARCH" == "x86_64" ]; then