summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoey Dumont2018-09-19 08:08:36 -0400
committerJoey Dumont2018-09-19 08:08:36 -0400
commita143cb7619cec80950c4da91aafe73f010aa4654 (patch)
tree38a2a3130f6cccc47aca7e375821494ad45d5a57 /PKGBUILD
parent0f611f7b696d87a629cc5a7267eeff4d42d085d9 (diff)
downloadaur-a143cb7619cec80950c4da91aafe73f010aa4654.tar.gz
Updated to v9.200
-RC1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 588a111a3b22..27815785385b 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.100.5
-_pkgver=9.100.5 # For use with RC releases, to replace the - with _
+pkgver=9.200_RC1
+_pkgver=9.200-RC1 # For use with RC releases, to replace the - with _
pkgrel=2
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=('9d932b96fe4a5f9e1c5143078e5a25e7d67b55d5434fd1d697b7263bb3a0f27f315ccadbea170667c5f1c4da2926c49dfc3defa5e9f108ff61b2a5f309cacdd5')
+sha512sums=('375a2fe998af04ef7de99237d0b1653221759c09b916a34660cb1ff54d397eda4f230a965866ca61ccbd83701117fbfd6485cdcc6f96e70bbf1ee13223f8dabe')
build() {
if [ "$CARCH" == "x86_64" ]; then