summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2018-06-21 15:01:50 +0200
committerJoey Dumont2018-06-21 15:01:50 +0200
commite7804a5e3c4d96dfef778e621c31a6562964b84b (patch)
tree310c48147f34bbd67952dc939be48870d8cfdac8
parentef8d8a1f4ac799f2555bf54718a986300e8e9f0a (diff)
downloadaur-e7804a5e3c4d96dfef778e621c31a6562964b84b.tar.gz
Updated to 8.600.RC2.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfee8997b9db..ff9aa25c5e41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 14 09:30:02 UTC 2018
+# Thu Jun 21 13:01:36 UTC 2018
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 8.600_RC1
+ pkgver = 8.600_RC2
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.600-RC1.tar.xz
- sha512sums = ba6399142d21ac952b76d158c0714479715c8e5833497134845caa4911cf6f2bcbabdbaf41cfedfb57efcfc2ae8ec1885d5a721be92717177b962aa66e4d92d0
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-8.600-RC2.tar.xz
+ sha512sums = 42f55ad01ffa3589987bbe91c478f17c9a84431e71692e8bd5635c6859d458ff7a9627d1cdf57d0d83f306e6c481e24002954b9233624b827734e43b3dc1f0f5
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index f948ffae2e8c..1b7355f68cc5 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.600_RC1
-_pkgver=8.600-RC1
+pkgver=8.600_RC2
+_pkgver=8.600-RC2
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=('ba6399142d21ac952b76d158c0714479715c8e5833497134845caa4911cf6f2bcbabdbaf41cfedfb57efcfc2ae8ec1885d5a721be92717177b962aa66e4d92d0')
+sha512sums=('42f55ad01ffa3589987bbe91c478f17c9a84431e71692e8bd5635c6859d458ff7a9627d1cdf57d0d83f306e6c481e24002954b9233624b827734e43b3dc1f0f5')
build() {
if [ "$CARCH" == "x86_64" ]; then