summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2019-07-28 22:10:31 -0400
committerJoey Dumont2019-07-28 22:10:31 -0400
commit6a59033207088c4e337fb7430843455530405e54 (patch)
tree1760c6491eae58b1572b1f6f2eb88fcb9ce42ca4
parent34a7a78d15350c7bedf02346fe629849659f3b2b (diff)
downloadaur-6a59033207088c4e337fb7430843455530405e54.tar.gz
Updated to v9.600.5.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 546ce859acc4..55a846cb6119 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 9.500.2
+ pkgver = 9.600.5
pkgrel = 1
url = http://arma.sourceforge.net/
install = armadillo.install
@@ -15,8 +15,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.500.2.tar.xz
- sha512sums = 461fc196ca7907b205f5f173ebdf2a297a28a1e20d582562314d524137d29425416c183da273856a0ce43ef10bcea4066497e72609477a036e2af9e06d794fc2
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.600.5.tar.xz
+ sha512sums = c513fe3534a5cbb8f2f1b47d5b593cf0c86f624f4cadfda0a7c30bc9fdab024041c3c317c4c0cca10733e62ab40fde5f0402bed97de8de388a0d6a9714d0fac0
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 89c37367f398..9b364ee93559 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.500.2
-_pkgver=9.500.2 # For use with RC releases, to replace the - with _
+pkgver=9.600.5
+_pkgver=9.600.5 # For use with RC releases, to replace the - with _
pkgrel=1
pkgdesc="C++ linear algebra library"
@@ -16,7 +16,7 @@ optdepends=('hdf5: HDF5 output'
makedepends=('cmake')
source=("http://downloads.sourceforge.net/sourceforge/arma/$pkgname-$_pkgver.tar.xz")
install=armadillo.install
-sha512sums=('461fc196ca7907b205f5f173ebdf2a297a28a1e20d582562314d524137d29425416c183da273856a0ce43ef10bcea4066497e72609477a036e2af9e06d794fc2')
+sha512sums=('c513fe3534a5cbb8f2f1b47d5b593cf0c86f624f4cadfda0a7c30bc9fdab024041c3c317c4c0cca10733e62ab40fde5f0402bed97de8de388a0d6a9714d0fac0')
build() {
if [ "$CARCH" == "x86_64" ]; then