summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2018-11-26 21:53:27 -0500
committerJoey Dumont2018-11-26 21:53:27 -0500
commit8fa313b7bee554314f0bccb54aeaa9c971b15192 (patch)
tree439962a3f49abd8290d0ea6d720e4a7496693037
parent0ef4bdcc03f54e59cd04618118c14a7b428c48ea (diff)
downloadaur-8fa313b7bee554314f0bccb54aeaa9c971b15192.tar.gz
Updated to v9.200.5.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ae709dccb0b..4a96a92a59a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Nov 12 17:55:14 UTC 2018
+# Tue Nov 27 02:53:04 UTC 2018
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 9.200.4
+ pkgver = 9.200.5
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.4.tar.xz
- sha512sums = 6d8bb3daacbbf4eb24fc51129a4cc6c174f659b50a771638bc6cf4e7551b8e575a79e0eba88909fe8d4c242968440051b4eba3ab86894631e47e999212f9bace
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.200.5.tar.xz
+ sha512sums = 31110ac0d9ef9e6cf6fcf97a846ad4bb7545aa2d16fc847d85d481d605942af62994562ba8b083d76b051002d6693c966ee4b4ad398711fe1d68d31bf12daea2
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 6da080ae0cd4..29a93f028d3c 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.4
-_pkgver=9.200.4 # For use with RC releases, to replace the - with _
+pkgver=9.200.5
+_pkgver=9.200.5 # 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=('6d8bb3daacbbf4eb24fc51129a4cc6c174f659b50a771638bc6cf4e7551b8e575a79e0eba88909fe8d4c242968440051b4eba3ab86894631e47e999212f9bace')
+sha512sums=('31110ac0d9ef9e6cf6fcf97a846ad4bb7545aa2d16fc847d85d481d605942af62994562ba8b083d76b051002d6693c966ee4b4ad398711fe1d68d31bf12daea2')
build() {
if [ "$CARCH" == "x86_64" ]; then