summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2019-05-06 20:53:32 -0400
committerJoey Dumont2019-05-06 20:53:32 -0400
commite37e2c22ae1e6dd53f687801a09dd1a7ef0f8293 (patch)
treecc3f222f1ebe639afb1710955774fc3a306a52ab
parent70bb3576749488cbb4d9b218e24549b2b7826893 (diff)
downloadaur-e37e2c22ae1e6dd53f687801a09dd1a7ef0f8293.tar.gz
Updated to v9.400.3.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7be53af6a752..c9959a660200 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 27 20:36:05 UTC 2019
+# Tue May 7 00:49:51 UTC 2019
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 9.400.2
+ pkgver = 9.400.3
pkgrel = 1
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.400.2.tar.xz
- sha512sums = bf55eb343df7d1c6077eaaf14249cbf86cd22c3e16bf6448f6f9d5f1a0a85406aa84b6a6ce1623db2d94b62301f0115db4f3b8583b820b8373288316d6d67e40
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.400.3.tar.xz
+ sha512sums = ae35f6d2e45202af4f5ef4516467c38a064ca2c1796d5c03ab389c31b800e8eea110b9035912a742c3f297234890b57f91918a40df071db5ebb20ec74b18ada5
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index e9397036b35c..73e3006a9c91 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.2
-_pkgver=9.400.2 # For use with RC releases, to replace the - with _
+pkgver=9.400.3
+_pkgver=9.400.3 # 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=('bf55eb343df7d1c6077eaaf14249cbf86cd22c3e16bf6448f6f9d5f1a0a85406aa84b6a6ce1623db2d94b62301f0115db4f3b8583b820b8373288316d6d67e40')
+sha512sums=('ae35f6d2e45202af4f5ef4516467c38a064ca2c1796d5c03ab389c31b800e8eea110b9035912a742c3f297234890b57f91918a40df071db5ebb20ec74b18ada5')
build() {
if [ "$CARCH" == "x86_64" ]; then