summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15745b1fc4b8..a020a422956b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Joey Dumont <joey.dumont@gmail.com>
# Contributor: Lucas Hermann Negri <lucashnegri at gmail dot com>
pkgname=armadillo
-pkgver=9.200.6
-_pkgver=9.200.6 # For use with RC releases, to replace the - with _
-pkgrel=2
+pkgver=9.200.7
+_pkgver=9.200.7 # For use with RC releases, to replace the - with _
+pkgrel=1
pkgdesc="C++ linear algebra library"
arch=('i686' 'x86_64')
url="http://arma.sourceforge.net/"
@@ -15,7 +15,7 @@ optdepends=('hdf5: HDF5 output'
makedepends=('cmake')
source=("http://downloads.sourceforge.net/sourceforge/arma/$pkgname-$_pkgver.tar.xz")
install=armadillo.install
-sha512sums=('9375a5d8414ec6d34dfa07faa472ca8c56a0ed62761d6bdcb2c584f255fc212fadf00e5380e7b10e67836b93d17e609fe6714a7b233b6f0e5d9355ff504a15fd')
+sha512sums=('a634136b77ca1cbc6eae40625016d26b3e146f5d8ea621a59c162e7e50803760568c435b2f70428013b600dd1747dc13b11113ee852a2acd5996c5444ebedbd4')
build() {
if [ "$CARCH" == "x86_64" ]; then