summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoey Dumont2018-08-15 09:29:01 -0400
committerJoey Dumont2018-08-15 09:29:01 -0400
commit16cd6051e0f9fe16ab917dcdb074d6884fe7236a (patch)
treeb439be5ea8e140c01b62fee0423afeb2a26ad714 /PKGBUILD
parentd3b6e52ef7bb7fd346a34ef3f1115111420b2a53 (diff)
downloadaur-16cd6051e0f9fe16ab917dcdb074d6884fe7236a.tar.gz
Updated to v9.100.4.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24f697f27582..718b4906481a 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_RC2
-_pkgver=9.100-RC2 # For use with RC releases, to replace the - with _
+pkgver=9.100.4
+_pkgver=9.100.4 # 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=('21662aeeeb357b804408c55da8aadfff223361019334d9da3c093c3b32a9ee90b780d05200fa44201069031a7737b2c8dd37c0d2b3492c2bf317a491e5cade79')
+sha512sums=('c2121545124ac5be3666fc96de3da25895c765da76cc732fbd5d68fa88d2a2fb7bdd1e1b8c6763b2f9229598166d26a0b914a635c34e436f546b9919756e6c51')
build() {
if [ "$CARCH" == "x86_64" ]; then