summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2018-08-13 09:20:48 -0400
committerJoey Dumont2018-08-13 09:21:07 -0400
commitd3b6e52ef7bb7fd346a34ef3f1115111420b2a53 (patch)
tree544fb3c4b2f0ef9a129f884b147e5bcfd53767b7
parent7b5f44c75456f82b96a792ea19fbadcd6574a48b (diff)
downloadaur-d3b6e52ef7bb7fd346a34ef3f1115111420b2a53.tar.gz
Updated to v9.100-RC2.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86636f61536f..cd3141d13482 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 9.100_RC1
+ pkgver = 9.100_RC2
pkgrel = 1
url = http://arma.sourceforge.net/
install = armadillo.install
@@ -15,8 +15,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.100-RC1.tar.xz
- sha512sums = f72a607e11f82b2cad179959e7c32be1269ab709f80dfe0eaf0fde3f04119e7fdd495f086aabd7e9bcb9aad42299aada9aba42c85b236d5ddf53cf0bfc1903ad
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.100-RC2.tar.xz
+ sha512sums = 21662aeeeb357b804408c55da8aadfff223361019334d9da3c093c3b32a9ee90b780d05200fa44201069031a7737b2c8dd37c0d2b3492c2bf317a491e5cade79
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 36b5074bd942..24f697f27582 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=9.100_RC1
-_pkgver=9.100-RC1 # For use with RC releases, to replace the - with _
+pkgver=9.100_RC2
+_pkgver=9.100-RC2 # For use with RC releases, to replace the - with _
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=('f72a607e11f82b2cad179959e7c32be1269ab709f80dfe0eaf0fde3f04119e7fdd495f086aabd7e9bcb9aad42299aada9aba42c85b236d5ddf53cf0bfc1903ad')
+sha512sums=('21662aeeeb357b804408c55da8aadfff223361019334d9da3c093c3b32a9ee90b780d05200fa44201069031a7737b2c8dd37c0d2b3492c2bf317a491e5cade79')
build() {
if [ "$CARCH" == "x86_64" ]; then