summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-07-05 22:39:51 +0200
committerMichel Zou2019-07-05 22:39:51 +0200
commitf24bd2940b26b08ebd1584f0bf48c261e55b5ed5 (patch)
tree0982db1a1bf70db4d87c7518db91f5a3ff7375cd
parent1ad5e88e3d27db84e568ff0f1bc056d94607d7c8 (diff)
downloadaur-f24bd2940b26b08ebd1584f0bf48c261e55b5ed5.tar.gz
9.500.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bab0f45f6340..2605f907d647 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Feb 20 17:36:56 UTC 2018
pkgbase = mingw-w64-armadillo
pkgdesc = C++ linear algebra library (mingw-w64)
- pkgver = 8.400.0
+ pkgver = 9.500.2
pkgrel = 1
url = http://arma.sourceforge.net/
arch = any
@@ -14,8 +12,8 @@ pkgbase = mingw-w64-armadillo
options = !strip
options = !buildflags
options = staticlibs
- source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-8.400.0.tar.xz
- sha512sums = ab40de64fa299d34f2767f80a15e554b8248c236181efe6ce858b7252a1f654f0b305df93447a4be2b4d3506b290ddbbce5d89e0c4137be51234d7b435c4aa08
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.500.2.tar.xz
+ sha256sums = 0b1a3e07a6ae4d98c69dd3a6a84262574c88e491c9215147236ee5bf957fd79e
pkgname = mingw-w64-armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 3b09ba4e6531..4f74e8759caf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-armadillo
-pkgver=8.400.0
+pkgver=9.500.2
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=('ab40de64fa299d34f2767f80a15e554b8248c236181efe6ce858b7252a1f654f0b305df93447a4be2b4d3506b290ddbbce5d89e0c4137be51234d7b435c4aa08')
+sha256sums=('0b1a3e07a6ae4d98c69dd3a6a84262574c88e491c9215147236ee5bf957fd79e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"