summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2017-10-19 13:12:24 -0400
committerJoey Dumont2017-10-19 13:12:24 -0400
commit2bd73608fdcdfdcfe48208a3bf39252ab49533de (patch)
tree7c8a5a7a26c96a3d9ce94e1faa3f05efdcef8076
parentbd046a69235ba26f4fdc23315dfb1521727b37b9 (diff)
downloadaur-2bd73608fdcdfdcfe48208a3bf39252ab49533de.tar.gz
Updated to v8.200.1.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e361186bf21..17463d57151a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 9 12:39:19 UTC 2017
+# Thu Oct 19 17:12:16 UTC 2017
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 8.200.0
+ pkgver = 8.200.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-8.200.0.tar.xz
- sha512sums = d7b49e79a40a50de99c3b227eada7d628bd325aaab5bc4b016c0bd957475fc042518edf88e2f749fa8851d54d3e2269c705175afde3942fa3818f8a7f931d0b9
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-8.200.1.tar.xz
+ sha512sums = e5d7d7e1d0896c1f0554cf58635c450ec589e7bffb46e01fa64c69e396bd3ded0fc670d65c3c5b9e16f032bae98f46812fe712012825c0388f841b8b6da48fc0
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 285fbc22e38e..ba7b0967c9c6 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=8.200.0
-_pkgver=8.200.0
+pkgver=8.200.1
+_pkgver=8.200.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=('d7b49e79a40a50de99c3b227eada7d628bd325aaab5bc4b016c0bd957475fc042518edf88e2f749fa8851d54d3e2269c705175afde3942fa3818f8a7f931d0b9')
+sha512sums=('e5d7d7e1d0896c1f0554cf58635c450ec589e7bffb46e01fa64c69e396bd3ded0fc670d65c3c5b9e16f032bae98f46812fe712012825c0388f841b8b6da48fc0')
build() {
if [ "$CARCH" == "x86_64" ]; then