summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoey Dumont2019-03-14 21:22:04 -0400
committerJoey Dumont2019-03-14 21:22:04 -0400
commit8ddc799242d9d3a561d67504dc9a2f0236f09d3e (patch)
tree891b7d109e970aa5759beee17f836a2b07c77231 /PKGBUILD
parent967b6edd72a47ad07bf5e2cd401fb9cb0aca193f (diff)
downloadaur-8ddc799242d9d3a561d67504dc9a2f0236f09d3e.tar.gz
Updated to v9.300-RC1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a020a422956b..fe3c5487e44a 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.7
-_pkgver=9.200.7 # For use with RC releases, to replace the - with _
+pkgver=9.300_RC1
+_pkgver=9.300-RC1 # 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=('a634136b77ca1cbc6eae40625016d26b3e146f5d8ea621a59c162e7e50803760568c435b2f70428013b600dd1747dc13b11113ee852a2acd5996c5444ebedbd4')
+sha512sums=('81c1b4c1d7132504837c1ff9d82739df9c80b01eb2efca12a010e1b21215743c9dff7c3700484142f3934e5013ab65a2e8c690d652fc754e0e461dd352b27da8')
build() {
if [ "$CARCH" == "x86_64" ]; then