summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2018-02-12 10:20:33 -0500
committerJoey Dumont2018-02-12 10:20:33 -0500
commitc07ed39c594938ec7a835281077307407ed20e9a (patch)
tree2b59007f94e2b6235f09ecae70aaaa67ed1aa136
parentedb59664e5958bbddccbbe97ca24fc8036c47966 (diff)
downloadaur-c07ed39c594938ec7a835281077307407ed20e9a.tar.gz
Upated to v8.400-RC2..
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e7ec9fde993..d66477eb0b31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 9 14:57:25 UTC 2018
+# Mon Feb 12 15:20:18 UTC 2018
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 8.400_RC1
+ pkgver = 8.400_RC2
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-8.400-RC1.tar.xz
- sha512sums = 6f55cff1c2aaaf4813192d8bd2918d5ffd7a64ee1acd0770b73689b803d86e7654c2f2c21248a104ad9ba5ba4a178e3d5881a6bad6ab16fee45b6e06338ac699
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-8.400-RC2.tar.xz
+ sha512sums = 11904e5600f5036f0571fa0c1ed4cc035bcfa422ac3538af930084f4269506135ba5977b27b52624bcbdc7226e4b1ea3ebfa595d26cef0bb46cee282e8c5581b
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 430fc0bdeca9..11dab323f6e5 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=8.400_RC1
-_pkgver=8.400-RC1
+pkgver=8.400_RC2
+_pkgver=8.400-RC2
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=('6f55cff1c2aaaf4813192d8bd2918d5ffd7a64ee1acd0770b73689b803d86e7654c2f2c21248a104ad9ba5ba4a178e3d5881a6bad6ab16fee45b6e06338ac699')
+sha512sums=('11904e5600f5036f0571fa0c1ed4cc035bcfa422ac3538af930084f4269506135ba5977b27b52624bcbdc7226e4b1ea3ebfa595d26cef0bb46cee282e8c5581b')
build() {
if [ "$CARCH" == "x86_64" ]; then