summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoey Dumont2018-10-04 08:22:52 -0400
committerJoey Dumont2018-10-04 08:22:52 -0400
commit2a3d1ccf29422492ab06a5fb68847e4ccd61692e (patch)
treecd369fc6c7ea6445d2591536d831f49dca4bb5a0 /PKGBUILD
parenta143cb7619cec80950c4da91aafe73f010aa4654 (diff)
downloadaur-2a3d1ccf29422492ab06a5fb68847e4ccd61692e.tar.gz
Updated to v9.200-RC.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27815785385b..3adb7b59904a 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_RC1
-_pkgver=9.200-RC1 # For use with RC releases, to replace the - with _
-pkgrel=2
+pkgver=9.200_RC2
+_pkgver=9.200-RC2 # 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=('375a2fe998af04ef7de99237d0b1653221759c09b916a34660cb1ff54d397eda4f230a965866ca61ccbd83701117fbfd6485cdcc6f96e70bbf1ee13223f8dabe')
+sha512sums=('bfafa65b2b4064d25ee274bbc85b8f0a9eb411e7b4f607115f57ed9f63fb6c5b00a1091cbc046968e3e26ca513d57a750d19b021e71a02214a2a8cbedd78527b')
build() {
if [ "$CARCH" == "x86_64" ]; then