summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2017-08-09 13:36:47 -0400
committerJoey Dumont2017-08-09 13:36:47 -0400
commited79ad6ff20c4743d128fc2ca8b0d550a1b6fbed (patch)
treee396e29087e1b8dc19c5c0e6ffd8de5c85bf9b26
parentde28fd11b59288d60be8c278487a8b881d3ae2fe (diff)
downloadaur-ed79ad6ff20c4743d128fc2ca8b0d550a1b6fbed.tar.gz
Updated to v7v7.960.1.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bf68f371f49..b893b906fb7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 31 12:41:13 UTC 2017
+# Wed Aug 9 17:36:32 UTC 2017
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 7.960.0
+ pkgver = 7.960.1
pkgrel = 1
url = http://arma.sourceforge.net/
install = armadillo.install
@@ -17,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-7.960.0.tar.xz
- sha512sums = f04962495e83ec005d9598de0d536b3b0f2c4fbb79112595e0063eb02dd4238aaff1e8d7f211d20230c6e02998ba3c08fdaa0302b336385203cfcd4ec6c0f56b
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-7.960.1.tar.xz
+ sha512sums = 0b943283805d3bd14e99907d356cb68f2fd1737b092d76da21e3f08ddd7d8a33d5bba368a52cc3e4c5913034fe0f988691295e041720c8138da4e0e3ba14dfe3
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index bb81a37e0d21..95fbe7830210 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=7.960.0
-_pkgver=7.960.0
+pkgver=7.960.1
+_pkgver=7.960.1
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=('f04962495e83ec005d9598de0d536b3b0f2c4fbb79112595e0063eb02dd4238aaff1e8d7f211d20230c6e02998ba3c08fdaa0302b336385203cfcd4ec6c0f56b')
+sha512sums=('0b943283805d3bd14e99907d356cb68f2fd1737b092d76da21e3f08ddd7d8a33d5bba368a52cc3e4c5913034fe0f988691295e041720c8138da4e0e3ba14dfe3')
build() {
if [ "$CARCH" == "x86_64" ]; then