summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2019-04-18 15:35:27 -0400
committerJoey Dumont2019-04-18 15:35:27 -0400
commit03a961bd86252cce1f920b9c09df962b142b63b5 (patch)
treef6c9082ede606d9ea3b2bd3efc28129fed9a7aa9
parent4973e70ddb50cc249ceaacad6ad55b9755ac3aae (diff)
downloadaur-03a961bd86252cce1f920b9c09df962b142b63b5.tar.gz
Updated to v9.400-RC1.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0a2e47b121b..99ba66cb8c5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 21 01:56:22 UTC 2019
+# Thu Apr 18 19:35:16 UTC 2019
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 9.300.2
+ pkgver = 9.400_RC1
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.300.2.tar.xz
- sha512sums = b53cb12db9276a77abb61e461c10fd0e58ad209e30a7b8d8aa7a64d1ecd390047cb5fb53e8c175e113947f7e8f268a3fa6296913e0574d014861081223d6b647
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.400-RC1.tar.xz
+ sha512sums = 1d81409aa5718e6ba4d7535dc39b19e52dfe404c65f903dcf42665605dc82ccc58ad519440f9fc5996db9a101773a75b35d8bac0c5472e5ffb92a12b41949d87
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 10c4c4543ae1..cc1ff4f80132 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.300.2
-_pkgver=9.300.2 # For use with RC releases, to replace the - with _
+pkgver=9.400_RC1
+_pkgver=9.400-RC1 # 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=('b53cb12db9276a77abb61e461c10fd0e58ad209e30a7b8d8aa7a64d1ecd390047cb5fb53e8c175e113947f7e8f268a3fa6296913e0574d014861081223d6b647')
+sha512sums=('1d81409aa5718e6ba4d7535dc39b19e52dfe404c65f903dcf42665605dc82ccc58ad519440f9fc5996db9a101773a75b35d8bac0c5472e5ffb92a12b41949d87')
build() {
if [ "$CARCH" == "x86_64" ]; then