summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2019-09-06 06:15:05 -0400
committerJoey Dumont2019-09-06 06:15:05 -0400
commit425d55a29d2c7e6977fbbaf1ca1d90b507600691 (patch)
treee0ad580622053f750f7ee93f8425687e6c7baf0b
parent6a59033207088c4e337fb7430843455530405e54 (diff)
downloadaur-425d55a29d2c7e6977fbbaf1ca1d90b507600691.tar.gz
Updated to v9.700.2.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55a846cb6119..0be3f2e0eb0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 9.600.5
+ pkgver = 9.700.2
pkgrel = 1
url = http://arma.sourceforge.net/
install = armadillo.install
@@ -15,8 +15,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.600.5.tar.xz
- sha512sums = c513fe3534a5cbb8f2f1b47d5b593cf0c86f624f4cadfda0a7c30bc9fdab024041c3c317c4c0cca10733e62ab40fde5f0402bed97de8de388a0d6a9714d0fac0
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.700.2.tar.xz
+ sha512sums = f91d14269f79c2007303d98f865ec56eea78a5e5106cf2a9cd94f09b30cadffe06a209fd787f18d19b2acb2ad8d0d5c11739709c0c5033b23b09524428c4bdca
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 9b364ee93559..81dcf2c4f949 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.600.5
-_pkgver=9.600.5 # For use with RC releases, to replace the - with _
+pkgver=9.700.2
+_pkgver=9.700.2 # For use with RC releases, to replace the - with _
pkgrel=1
pkgdesc="C++ linear algebra library"
@@ -16,7 +16,7 @@ optdepends=('hdf5: HDF5 output'
makedepends=('cmake')
source=("http://downloads.sourceforge.net/sourceforge/arma/$pkgname-$_pkgver.tar.xz")
install=armadillo.install
-sha512sums=('c513fe3534a5cbb8f2f1b47d5b593cf0c86f624f4cadfda0a7c30bc9fdab024041c3c317c4c0cca10733e62ab40fde5f0402bed97de8de388a0d6a9714d0fac0')
+sha512sums=('f91d14269f79c2007303d98f865ec56eea78a5e5106cf2a9cd94f09b30cadffe06a209fd787f18d19b2acb2ad8d0d5c11739709c0c5033b23b09524428c4bdca')
build() {
if [ "$CARCH" == "x86_64" ]; then