summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6eff085a4a00..09451184da0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 9.700.3
+ pkgver = 9.800.1
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.3.tar.xz
- sha512sums = 52bb5e47d3f27ecc669d210653be7c823634bb0f2dc3564d6cbc8e81d1e38f7e7f43567e6d7812f111de5234abfcb5256eb7d105145dde6428afa521f797da09
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.800.1.tar.xz
+ sha512sums = f3cba6e39426785317b96bcc10d6369e0c6ca1f02a51990551f9d27a25dab500c1fa3aaedca9c4ba690c46e65f09c590336591837af9adc395f4efe012bc88d5
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 9515619cce92..1051823af241 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.3
-_pkgver=9.700.3 # For use with RC releases, to replace the - with _
+pkgver=9.800.1
+_pkgver=9.800.1 # 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=('52bb5e47d3f27ecc669d210653be7c823634bb0f2dc3564d6cbc8e81d1e38f7e7f43567e6d7812f111de5234abfcb5256eb7d105145dde6428afa521f797da09')
+sha512sums=('f3cba6e39426785317b96bcc10d6369e0c6ca1f02a51990551f9d27a25dab500c1fa3aaedca9c4ba690c46e65f09c590336591837af9adc395f4efe012bc88d5')
build() {
if [ "$CARCH" == "x86_64" ]; then