summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2018-12-10 06:02:17 -0500
committerJoey Dumont2018-12-10 06:02:17 -0500
commitdeb77f8bf83db17e694e7014bdf04e98b6f29f71 (patch)
tree69c1c95b28e69d3a48797c3763b3234f8f5d4baa
parent8fa313b7bee554314f0bccb54aeaa9c971b15192 (diff)
downloadaur-deb77f8bf83db17e694e7014bdf04e98b6f29f71.tar.gz
Updated to v9.200.6.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a96a92a59a0..0422618c1738 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 27 02:53:04 UTC 2018
+# Mon Dec 10 11:02:02 UTC 2018
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 9.200.5
+ pkgver = 9.200.6
pkgrel = 2
url = http://arma.sourceforge.net/
install = armadillo.install
@@ -17,8 +17,8 @@ pkgbase = armadillo
optdepends = hdf5: HDF5 output
optdepends = cuda: NVBLAS support
optdepends = acml-cblas: ACML support
- source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.200.5.tar.xz
- sha512sums = 31110ac0d9ef9e6cf6fcf97a846ad4bb7545aa2d16fc847d85d481d605942af62994562ba8b083d76b051002d6693c966ee4b4ad398711fe1d68d31bf12daea2
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.200.6.tar.xz
+ sha512sums = 9375a5d8414ec6d34dfa07faa472ca8c56a0ed62761d6bdcb2c584f255fc212fadf00e5380e7b10e67836b93d17e609fe6714a7b233b6f0e5d9355ff504a15fd
pkgname = armadillo
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