summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2017-07-31 08:41:24 -0400
committerJoey Dumont2017-07-31 08:41:24 -0400
commitde28fd11b59288d60be8c278487a8b881d3ae2fe (patch)
tree94cdb93c12420dd3edd8e5d91139099338a4447b
parent1c770b38f763204e1654d15db22b4f327fb69ffc (diff)
downloadaur-de28fd11b59288d60be8c278487a8b881d3ae2fe.tar.gz
Updated to v7.760.0.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 182c0dbc8c32..0bf68f371f49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jun 12 13:02:49 UTC 2017
+# Mon Jul 31 12:41:13 UTC 2017
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 7.950.1
+ pkgver = 7.960.0
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.950.1.tar.xz
- sha512sums = e061a09ba45359c6a1d422cbb1586b2c1d3d5edaec8a0a885030c4aa3295eb5b90b45df6e4d5bec6ca57d290020a33afc8ed9a940a08b3ec0f0736a278b0484d
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-7.960.0.tar.xz
+ sha512sums = f04962495e83ec005d9598de0d536b3b0f2c4fbb79112595e0063eb02dd4238aaff1e8d7f211d20230c6e02998ba3c08fdaa0302b336385203cfcd4ec6c0f56b
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index cae7d6b31952..bb81a37e0d21 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.950.1
-_pkgver=7.950.1
+pkgver=7.960.0
+_pkgver=7.960.0
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=('e061a09ba45359c6a1d422cbb1586b2c1d3d5edaec8a0a885030c4aa3295eb5b90b45df6e4d5bec6ca57d290020a33afc8ed9a940a08b3ec0f0736a278b0484d')
+sha512sums=('f04962495e83ec005d9598de0d536b3b0f2c4fbb79112595e0063eb02dd4238aaff1e8d7f211d20230c6e02998ba3c08fdaa0302b336385203cfcd4ec6c0f56b')
build() {
if [ "$CARCH" == "x86_64" ]; then