summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99ba66cb8c5c..7be53af6a752 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 18 19:35:16 UTC 2019
+# Sat Apr 27 20:36:05 UTC 2019
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 9.400_RC1
+ pkgver = 9.400.2
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-RC1.tar.xz
- sha512sums = 1d81409aa5718e6ba4d7535dc39b19e52dfe404c65f903dcf42665605dc82ccc58ad519440f9fc5996db9a101773a75b35d8bac0c5472e5ffb92a12b41949d87
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.400.2.tar.xz
+ sha512sums = bf55eb343df7d1c6077eaaf14249cbf86cd22c3e16bf6448f6f9d5f1a0a85406aa84b6a6ce1623db2d94b62301f0115db4f3b8583b820b8373288316d6d67e40
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index cc1ff4f80132..e9397036b35c 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_RC1
-_pkgver=9.400-RC1 # For use with RC releases, to replace the - with _
+pkgver=9.400.2
+_pkgver=9.400.2 # 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=('1d81409aa5718e6ba4d7535dc39b19e52dfe404c65f903dcf42665605dc82ccc58ad519440f9fc5996db9a101773a75b35d8bac0c5472e5ffb92a12b41949d87')
+sha512sums=('bf55eb343df7d1c6077eaaf14249cbf86cd22c3e16bf6448f6f9d5f1a0a85406aa84b6a6ce1623db2d94b62301f0115db4f3b8583b820b8373288316d6d67e40')
build() {
if [ "$CARCH" == "x86_64" ]; then