summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2019-10-03 22:05:55 -0400
committerJoey Dumont2019-10-03 22:05:55 -0400
commit252e156b6c166607e0fa589981151e640173451e (patch)
tree1858d2784cfe1eda279e06ff39f991353d3c11e2
parent425d55a29d2c7e6977fbbaf1ca1d90b507600691 (diff)
downloadaur-252e156b6c166607e0fa589981151e640173451e.tar.gz
Updated to 9.700.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0be3f2e0eb0a..6eff085a4a00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 9.700.2
+ pkgver = 9.700.3
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.700.2.tar.xz
- sha512sums = f91d14269f79c2007303d98f865ec56eea78a5e5106cf2a9cd94f09b30cadffe06a209fd787f18d19b2acb2ad8d0d5c11739709c0c5033b23b09524428c4bdca
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.700.3.tar.xz
+ sha512sums = 52bb5e47d3f27ecc669d210653be7c823634bb0f2dc3564d6cbc8e81d1e38f7e7f43567e6d7812f111de5234abfcb5256eb7d105145dde6428afa521f797da09
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 81dcf2c4f949..9515619cce92 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.700.2
-_pkgver=9.700.2 # For use with RC releases, to replace the - with _
+pkgver=9.700.3
+_pkgver=9.700.3 # 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=('f91d14269f79c2007303d98f865ec56eea78a5e5106cf2a9cd94f09b30cadffe06a209fd787f18d19b2acb2ad8d0d5c11739709c0c5033b23b09524428c4bdca')
+sha512sums=('52bb5e47d3f27ecc669d210653be7c823634bb0f2dc3564d6cbc8e81d1e38f7e7f43567e6d7812f111de5234abfcb5256eb7d105145dde6428afa521f797da09')
build() {
if [ "$CARCH" == "x86_64" ]; then