summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2018-03-27 19:16:08 -0400
committerJoey Dumont2018-03-27 19:16:08 -0400
commit42f5b402b59e2f67b04efbb21bb4831fa625e45d (patch)
tree560d70bda04c6429968f447cd9fdc34d3f51ca8d
parent6d520ec747449420e1e143e4aa13612a11535020 (diff)
downloadaur-42f5b402b59e2f67b04efbb21bb4831fa625e45d.tar.gz
Updated to v8.500-RC1.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5ef98ea3e2e..6b5fef1f155b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Mar 27 23:14:39 UTC 2018
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 8.400.0
+ pkgver = 8.500_RC1
pkgrel = 1
url = http://arma.sourceforge.net/
install = armadillo.install
@@ -15,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.400.0.tar.xz
- sha512sums = ab40de64fa299d34f2767f80a15e554b8248c236181efe6ce858b7252a1f654f0b305df93447a4be2b4d3506b290ddbbce5d89e0c4137be51234d7b435c4aa08
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-8.500-RC1.tar.xz
+ sha512sums = 7091059f2bc65ad7662abf3ff351188ed99e4b76eb6f6da0a830fb193c510f04eb2085461ad414fad76b1acba9354752d592692b72484cb36df2837137c10360
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 123afb05a35d..5284d73f50ee 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.400.0
-_pkgver=8.400.0
+pkgver=8.500_RC1
+_pkgver=8.500-RC1
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=('ab40de64fa299d34f2767f80a15e554b8248c236181efe6ce858b7252a1f654f0b305df93447a4be2b4d3506b290ddbbce5d89e0c4137be51234d7b435c4aa08')
+sha512sums=('7091059f2bc65ad7662abf3ff351188ed99e4b76eb6f6da0a830fb193c510f04eb2085461ad414fad76b1acba9354752d592692b72484cb36df2837137c10360')
build() {
if [ "$CARCH" == "x86_64" ]; then