summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3fadae1e8d1..bab0f45f6340 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Oct 15 09:30:20 UTC 2017
+# Tue Feb 20 17:36:56 UTC 2018
pkgbase = mingw-w64-armadillo
pkgdesc = C++ linear algebra library (mingw-w64)
- pkgver = 8.200.0
+ pkgver = 8.400.0
pkgrel = 1
url = http://arma.sourceforge.net/
arch = any
@@ -14,8 +14,8 @@ pkgbase = mingw-w64-armadillo
options = !strip
options = !buildflags
options = staticlibs
- source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-8.200.0.tar.xz
- sha512sums = d7b49e79a40a50de99c3b227eada7d628bd325aaab5bc4b016c0bd957475fc042518edf88e2f749fa8851d54d3e2269c705175afde3942fa3818f8a7f931d0b9
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-8.400.0.tar.xz
+ sha512sums = ab40de64fa299d34f2767f80a15e554b8248c236181efe6ce858b7252a1f654f0b305df93447a4be2b4d3506b290ddbbce5d89e0c4137be51234d7b435c4aa08
pkgname = mingw-w64-armadillo
diff --git a/PKGBUILD b/PKGBUILD
index e694a177b693..3b09ba4e6531 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-armadillo
-pkgver=8.200.0
+pkgver=8.400.0
pkgrel=1
pkgdesc="C++ linear algebra library (mingw-w64)"
arch=('any')
@@ -10,7 +10,7 @@ depends=('mingw-w64-arpack' 'mingw-w64-hdf5')
makedepends=('mingw-w64-cmake' 'mingw-w64-boost')
options=('!strip' '!buildflags' 'staticlibs')
source=("http://downloads.sourceforge.net/sourceforge/arma/armadillo-$pkgver.tar.xz")
-sha512sums=('d7b49e79a40a50de99c3b227eada7d628bd325aaab5bc4b016c0bd957475fc042518edf88e2f749fa8851d54d3e2269c705175afde3942fa3818f8a7f931d0b9')
+sha512sums=('ab40de64fa299d34f2767f80a15e554b8248c236181efe6ce858b7252a1f654f0b305df93447a4be2b4d3506b290ddbbce5d89e0c4137be51234d7b435c4aa08')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"