summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2019-01-20 11:33:30 -0500
committerJoey Dumont2019-01-20 11:33:30 -0500
commit967b6edd72a47ad07bf5e2cd401fb9cb0aca193f (patch)
tree999e54460bf298b028ab8d804881f5b248fe30ea
parentdeb77f8bf83db17e694e7014bdf04e98b6f29f71 (diff)
downloadaur-967b6edd72a47ad07bf5e2cd401fb9cb0aca193f.tar.gz
Updated to 9.200.7.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0422618c1738..2e9ae25c81dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Dec 10 11:02:02 UTC 2018
+# Sun Jan 20 16:32:52 UTC 2019
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 9.200.6
- pkgrel = 2
+ pkgver = 9.200.7
+ pkgrel = 1
url = http://arma.sourceforge.net/
install = armadillo.install
arch = i686
@@ -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-9.200.6.tar.xz
- sha512sums = 9375a5d8414ec6d34dfa07faa472ca8c56a0ed62761d6bdcb2c584f255fc212fadf00e5380e7b10e67836b93d17e609fe6714a7b233b6f0e5d9355ff504a15fd
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.200.7.tar.xz
+ sha512sums = a634136b77ca1cbc6eae40625016d26b3e146f5d8ea621a59c162e7e50803760568c435b2f70428013b600dd1747dc13b11113ee852a2acd5996c5444ebedbd4
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 15745b1fc4b8..a020a422956b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Joey Dumont <joey.dumont@gmail.com>
# Contributor: Lucas Hermann Negri <lucashnegri at gmail dot com>
pkgname=armadillo
-pkgver=9.200.6
-_pkgver=9.200.6 # For use with RC releases, to replace the - with _
-pkgrel=2
+pkgver=9.200.7
+_pkgver=9.200.7 # For use with RC releases, to replace the - with _
+pkgrel=1
pkgdesc="C++ linear algebra library"
arch=('i686' 'x86_64')
url="http://arma.sourceforge.net/"
@@ -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=('9375a5d8414ec6d34dfa07faa472ca8c56a0ed62761d6bdcb2c584f255fc212fadf00e5380e7b10e67836b93d17e609fe6714a7b233b6f0e5d9355ff504a15fd')
+sha512sums=('a634136b77ca1cbc6eae40625016d26b3e146f5d8ea621a59c162e7e50803760568c435b2f70428013b600dd1747dc13b11113ee852a2acd5996c5444ebedbd4')
build() {
if [ "$CARCH" == "x86_64" ]; then