summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30dd0cacfee0..446092bd9092 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 9.200_RC1
- pkgrel = 2
+ pkgver = 9.200_RC2
+ pkgrel = 1
url = http://arma.sourceforge.net/
install = armadillo.install
arch = i686
@@ -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.200-RC1.tar.xz
- sha512sums = 375a2fe998af04ef7de99237d0b1653221759c09b916a34660cb1ff54d397eda4f230a965866ca61ccbd83701117fbfd6485cdcc6f96e70bbf1ee13223f8dabe
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.200-RC2.tar.xz
+ sha512sums = bfafa65b2b4064d25ee274bbc85b8f0a9eb411e7b4f607115f57ed9f63fb6c5b00a1091cbc046968e3e26ca513d57a750d19b021e71a02214a2a8cbedd78527b
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 27815785385b..3adb7b59904a 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_RC1
-_pkgver=9.200-RC1 # For use with RC releases, to replace the - with _
-pkgrel=2
+pkgver=9.200_RC2
+_pkgver=9.200-RC2 # 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=('375a2fe998af04ef7de99237d0b1653221759c09b916a34660cb1ff54d397eda4f230a965866ca61ccbd83701117fbfd6485cdcc6f96e70bbf1ee13223f8dabe')
+sha512sums=('bfafa65b2b4064d25ee274bbc85b8f0a9eb411e7b4f607115f57ed9f63fb6c5b00a1091cbc046968e3e26ca513d57a750d19b021e71a02214a2a8cbedd78527b')
build() {
if [ "$CARCH" == "x86_64" ]; then