summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2019-03-20 21:56:32 -0400
committerJoey Dumont2019-03-20 21:56:32 -0400
commit4973e70ddb50cc249ceaacad6ad55b9755ac3aae (patch)
treeec4701a0bc95b8d16994f4c1d9de32370dc3aec9
parent8ddc799242d9d3a561d67504dc9a2f0236f09d3e (diff)
downloadaur-4973e70ddb50cc249ceaacad6ad55b9755ac3aae.tar.gz
Updated to v9.300.2.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e797dae18fd3..a0a2e47b121b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Mar 21 01:56:22 UTC 2019
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 9.300_RC1
+ pkgver = 9.300.2
pkgrel = 1
url = http://arma.sourceforge.net/
install = armadillo.install
@@ -15,8 +17,8 @@ pkgbase = armadillo
optdepends = hdf5: HDF5 output
optdepends = cuda: NVBLAS support
optdepends = acml-cblas: ACML support
- source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.300-RC1.tar.xz
- sha512sums = 81c1b4c1d7132504837c1ff9d82739df9c80b01eb2efca12a010e1b21215743c9dff7c3700484142f3934e5013ab65a2e8c690d652fc754e0e461dd352b27da8
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.300.2.tar.xz
+ sha512sums = b53cb12db9276a77abb61e461c10fd0e58ad209e30a7b8d8aa7a64d1ecd390047cb5fb53e8c175e113947f7e8f268a3fa6296913e0574d014861081223d6b647
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index fe3c5487e44a..10c4c4543ae1 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.300_RC1
-_pkgver=9.300-RC1 # For use with RC releases, to replace the - with _
+pkgver=9.300.2
+_pkgver=9.300.2 # 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=('81c1b4c1d7132504837c1ff9d82739df9c80b01eb2efca12a010e1b21215743c9dff7c3700484142f3934e5013ab65a2e8c690d652fc754e0e461dd352b27da8')
+sha512sums=('b53cb12db9276a77abb61e461c10fd0e58ad209e30a7b8d8aa7a64d1ecd390047cb5fb53e8c175e113947f7e8f268a3fa6296913e0574d014861081223d6b647')
build() {
if [ "$CARCH" == "x86_64" ]; then