summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoey Dumont2019-04-27 16:36:11 -0400
committerJoey Dumont2019-04-27 16:36:11 -0400
commit70bb3576749488cbb4d9b218e24549b2b7826893 (patch)
tree704fc2db85cec29d602334fac868255a06cd3e6f /PKGBUILD
parent03a961bd86252cce1f920b9c09df962b142b63b5 (diff)
downloadaur-70bb3576749488cbb4d9b218e24549b2b7826893.tar.gz
Updated to v9.400.2.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc1ff4f80132..e9397036b35c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Joey Dumont <joey.dumont@gmail.com>
# Contributor: Lucas Hermann Negri <lucashnegri at gmail dot com>
pkgname=armadillo
-pkgver=9.400_RC1
-_pkgver=9.400-RC1 # For use with RC releases, to replace the - with _
+pkgver=9.400.2
+_pkgver=9.400.2 # For use with RC releases, to replace the - with _
pkgrel=1
pkgdesc="C++ linear algebra library"
arch=('i686' 'x86_64')
@@ -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=('1d81409aa5718e6ba4d7535dc39b19e52dfe404c65f903dcf42665605dc82ccc58ad519440f9fc5996db9a101773a75b35d8bac0c5472e5ffb92a12b41949d87')
+sha512sums=('bf55eb343df7d1c6077eaaf14249cbf86cd22c3e16bf6448f6f9d5f1a0a85406aa84b6a6ce1623db2d94b62301f0115db4f3b8583b820b8373288316d6d67e40')
build() {
if [ "$CARCH" == "x86_64" ]; then