summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoey Dumont2018-12-10 06:02:17 -0500
committerJoey Dumont2018-12-10 06:02:17 -0500
commitdeb77f8bf83db17e694e7014bdf04e98b6f29f71 (patch)
tree69c1c95b28e69d3a48797c3763b3234f8f5d4baa /PKGBUILD
parent8fa313b7bee554314f0bccb54aeaa9c971b15192 (diff)
downloadaur-deb77f8bf83db17e694e7014bdf04e98b6f29f71.tar.gz
Updated to v9.200.6.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29a93f028d3c..15745b1fc4b8 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.200.5
-_pkgver=9.200.5 # For use with RC releases, to replace the - with _
+pkgver=9.200.6
+_pkgver=9.200.6 # For use with RC releases, to replace the - with _
pkgrel=2
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=('31110ac0d9ef9e6cf6fcf97a846ad4bb7545aa2d16fc847d85d481d605942af62994562ba8b083d76b051002d6693c966ee4b4ad398711fe1d68d31bf12daea2')
+sha512sums=('9375a5d8414ec6d34dfa07faa472ca8c56a0ed62761d6bdcb2c584f255fc212fadf00e5380e7b10e67836b93d17e609fe6714a7b233b6f0e5d9355ff504a15fd')
build() {
if [ "$CARCH" == "x86_64" ]; then