summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6633342489c..e2a19b970b8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 10.2_RC2
+ pkgver = 10.2_RC3
pkgrel = 1
url = http://arma.sourceforge.net/
install = armadillo.install
@@ -14,8 +14,8 @@ pkgbase = armadillo
depends = superlu>=5.2.0
optdepends = hdf5: HDF5 output
optdepends = intel-mkl: Intel Math Kernel Library support
- source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-10.2-RC2.tar.xz
- sha512sums = 356ccc9b16963503b6aac2888eaa945d42df291f0285ff2e741b130b6803f8568c6de3957f4a5c8b8a19ce00cd648c4013234549ae629bf8a277d60570f59d3c
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-10.2-RC3.tar.xz
+ sha512sums = e2772910039d722d647f8d961beef797f5197cf76a7173816b51a2509c0399c41c605e0e25a74e03ca42c0d8a50f378a17665c7ee80ab2c3ef15f17ded1c7efa
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 9eb1b9a64656..ae83d1facb63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joey Dumont <joey.dumont@gmail.com>
# Contributor: Lucas Hermann Negri <lucashnegri at gmail dot com>
pkgname=armadillo
-pkgver=10.2_RC2
+pkgver=10.2_RC3
_pkgver=${pkgver/_/-} # For use with RC releases, to replace the _ with -
pkgrel=1
@@ -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=('356ccc9b16963503b6aac2888eaa945d42df291f0285ff2e741b130b6803f8568c6de3957f4a5c8b8a19ce00cd648c4013234549ae629bf8a277d60570f59d3c')
+sha512sums=('e2772910039d722d647f8d961beef797f5197cf76a7173816b51a2509c0399c41c605e0e25a74e03ca42c0d8a50f378a17665c7ee80ab2c3ef15f17ded1c7efa')
build() {
if [ "$CARCH" == "x86_64" ]; then