summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoey Dumont2018-11-12 08:30:45 -0500
committerJoey Dumont2018-11-12 08:30:45 -0500
commit1d00da55b2708b8d816bca023cca9d466962698f (patch)
treef22972965a5ad0657cddccfc31fcc7728c4ffafb /PKGBUILD
parent17367b01a4f6418769b6b4111db080ee11c6ca21 (diff)
downloadaur-1d00da55b2708b8d816bca023cca9d466962698f.tar.gz
Updated to v9.200.4.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34a8135ecd28..5d6b7e2c43ef 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_RC3
-_pkgver=9.200-RC3 # For use with RC releases, to replace the - with _
+pkgver=9.200_4
+_pkgver=9.200.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=('b76011d828cf72a13293411dc6c6ec02c45443a4febc728720029e612d282678d167d94551b83f1e635d5c90d77adbdd6599e62e45755ba54cf7a9525db9b37b')
+sha512sums=('6d8bb3daacbbf4eb24fc51129a4cc6c174f659b50a771638bc6cf4e7551b8e575a79e0eba88909fe8d4c242968440051b4eba3ab86894631e47e999212f9bace')
build() {
if [ "$CARCH" == "x86_64" ]; then