summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3adb7b59904a..34a8135ecd28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Joey Dumont <joey.dumont@gmail.com>
# Contributor: Lucas Hermann Negri <lucashnegri at gmail dot com>
pkgname=armadillo
-pkgver=9.200_RC2
-_pkgver=9.200-RC2 # For use with RC releases, to replace the - with _
+pkgver=9.200_RC3
+_pkgver=9.200-RC3 # For use with RC releases, to replace the - with _
pkgrel=1
pkgdesc="C++ linear algebra library"
arch=('i686' 'x86_64')
@@ -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=('bfafa65b2b4064d25ee274bbc85b8f0a9eb411e7b4f607115f57ed9f63fb6c5b00a1091cbc046968e3e26ca513d57a750d19b021e71a02214a2a8cbedd78527b')
+sha512sums=('b76011d828cf72a13293411dc6c6ec02c45443a4febc728720029e612d282678d167d94551b83f1e635d5c90d77adbdd6599e62e45755ba54cf7a9525db9b37b')
build() {
if [ "$CARCH" == "x86_64" ]; then