summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2016-05-02 20:48:10 +0200
committerMichel Zou2016-05-02 20:48:10 +0200
commit0501b6a91fdd024c2a82c6891d3518673207832b (patch)
tree34bb3660e2ee88ed9a229044a64a2fafd543f977 /PKGBUILD
parent917b5bda9a0d28cfd9658d14948391ce78a32f38 (diff)
downloadaur-0501b6a91fdd024c2a82c6891d3518673207832b.tar.gz
6.700.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0891307674b0..baf32d1ab49e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-armadillo
-pkgver=6.700.4
+pkgver=6.700.5
pkgrel=1
pkgdesc="C++ linear algebra library (mingw-w64)"
arch=('any')
@@ -8,9 +8,9 @@ url="http://arma.sourceforge.net/"
license=('MPL 2.0')
depends=('mingw-w64-lapack' 'mingw-w64-hdf5')
makedepends=('mingw-w64-cmake' 'mingw-w64-boost')
-options=(!strip !buildflags staticlibs)
+options=('!strip' '!buildflags' 'staticlibs')
source=("http://downloads.sourceforge.net/sourceforge/arma/armadillo-$pkgver.tar.gz")
-sha512sums=('c0f7245e37a8ddd41ea81990cd015f0bdcb5980a2f8da174294794525dd8a6becb0c8a513992e692ac57b3466b0a9d50ce865b6832bc3d5a265fdd7244a62927')
+sha512sums=('1472056a809cc9f79c4e235c871253c689aa359c05efb158c98c8816b9ce7e4997e17bdaf6965711b3d1cc408d2ca74e1d438dcc5aa08cd322b352935f75887d')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"