summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a43e3c4576c8..546ce859acc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 9.400.4
+ pkgver = 9.500.2
pkgrel = 1
url = http://arma.sourceforge.net/
install = armadillo.install
@@ -15,8 +15,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.4.tar.xz
- sha512sums = f4f242b6be9a200c3f91d5288f617ae63667d42c6a36a5dedf66484e7bee96ff0d33efeec6c99a25efbedec8495ffa7ed5e4a91db5ac2585f73dbefb60e194f9
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.500.2.tar.xz
+ sha512sums = 461fc196ca7907b205f5f173ebdf2a297a28a1e20d582562314d524137d29425416c183da273856a0ce43ef10bcea4066497e72609477a036e2af9e06d794fc2
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 92da05a52ad5..89c37367f398 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Joey Dumont <joey.dumont@gmail.com>
# Contributor: Lucas Hermann Negri <lucashnegri at gmail dot com>
pkgname=armadillo
-pkgver=9.400.4
-_pkgver=9.400.4 # For use with RC releases, to replace the - with _
+pkgver=9.500.2
+_pkgver=9.500.2 # For use with RC releases, to replace the - with _
+
pkgrel=1
pkgdesc="C++ linear algebra library"
arch=('i686' 'x86_64')
@@ -15,7 +16,7 @@ optdepends=('hdf5: HDF5 output'
makedepends=('cmake')
source=("http://downloads.sourceforge.net/sourceforge/arma/$pkgname-$_pkgver.tar.xz")
install=armadillo.install
-sha512sums=('f4f242b6be9a200c3f91d5288f617ae63667d42c6a36a5dedf66484e7bee96ff0d33efeec6c99a25efbedec8495ffa7ed5e4a91db5ac2585f73dbefb60e194f9')
+sha512sums=('461fc196ca7907b205f5f173ebdf2a297a28a1e20d582562314d524137d29425416c183da273856a0ce43ef10bcea4066497e72609477a036e2af9e06d794fc2')
build() {
if [ "$CARCH" == "x86_64" ]; then