summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-10-15 11:30:20 +0200
committerMichel Zou2017-10-15 11:30:20 +0200
commitc11658de39a343ca3639e740a70e90526e5bf593 (patch)
tree9ad2f6b701b63c29885ec311314f08c41a0a2218
parent20a2c6061650e7b8178030aab6a77b404e2face2 (diff)
downloadaur-c11658de39a343ca3639e740a70e90526e5bf593.tar.gz
8.200.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a6677af506d..d3fadae1e8d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
# Generated by mksrcinfo v8
-# Sat Jun 24 18:17:27 UTC 2017
+# Sun Oct 15 09:30:20 UTC 2017
pkgbase = mingw-w64-armadillo
pkgdesc = C++ linear algebra library (mingw-w64)
- pkgver = 7.950.1
+ pkgver = 8.200.0
pkgrel = 1
url = http://arma.sourceforge.net/
arch = any
license = MPL 2.0
makedepends = mingw-w64-cmake
makedepends = mingw-w64-boost
- depends = mingw-w64-lapack
+ depends = mingw-w64-arpack
depends = mingw-w64-hdf5
options = !strip
options = !buildflags
options = staticlibs
- source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-7.950.1.tar.xz
- sha512sums = e061a09ba45359c6a1d422cbb1586b2c1d3d5edaec8a0a885030c4aa3295eb5b90b45df6e4d5bec6ca57d290020a33afc8ed9a940a08b3ec0f0736a278b0484d
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-8.200.0.tar.xz
+ sha512sums = d7b49e79a40a50de99c3b227eada7d628bd325aaab5bc4b016c0bd957475fc042518edf88e2f749fa8851d54d3e2269c705175afde3942fa3818f8a7f931d0b9
pkgname = mingw-w64-armadillo
diff --git a/PKGBUILD b/PKGBUILD
index d086b4eeaf59..e694a177b693 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
pkgname=mingw-w64-armadillo
-pkgver=7.950.1
+pkgver=8.200.0
pkgrel=1
pkgdesc="C++ linear algebra library (mingw-w64)"
arch=('any')
url="http://arma.sourceforge.net/"
license=('MPL 2.0')
-depends=('mingw-w64-lapack' 'mingw-w64-hdf5')
+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=('e061a09ba45359c6a1d422cbb1586b2c1d3d5edaec8a0a885030c4aa3295eb5b90b45df6e4d5bec6ca57d290020a33afc8ed9a940a08b3ec0f0736a278b0484d')
+sha512sums=('d7b49e79a40a50de99c3b227eada7d628bd325aaab5bc4b016c0bd957475fc042518edf88e2f749fa8851d54d3e2269c705175afde3942fa3818f8a7f931d0b9')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"