summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2018-11-03 09:46:02 -0400
committerJoey Dumont2018-11-03 09:46:02 -0400
commit17367b01a4f6418769b6b4111db080ee11c6ca21 (patch)
treee1103ed7292b6ac13059e847b426d2e60b2975ea
parent2a3d1ccf29422492ab06a5fb68847e4ccd61692e (diff)
downloadaur-17367b01a4f6418769b6b4111db080ee11c6ca21.tar.gz
Updated to v9.200-RC3.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 446092bd9092..e36a57035946 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Nov 3 13:45:49 UTC 2018
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 9.200_RC2
+ pkgver = 9.200_RC3
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-9.200-RC2.tar.xz
- sha512sums = bfafa65b2b4064d25ee274bbc85b8f0a9eb411e7b4f607115f57ed9f63fb6c5b00a1091cbc046968e3e26ca513d57a750d19b021e71a02214a2a8cbedd78527b
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.200-RC3.tar.xz
+ sha512sums = b76011d828cf72a13293411dc6c6ec02c45443a4febc728720029e612d282678d167d94551b83f1e635d5c90d77adbdd6599e62e45755ba54cf7a9525db9b37b
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 3adb7b59904a..34a8135ecd28 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.200_RC2
-_pkgver=9.200-RC2 # For use with RC releases, to replace the - with _
+pkgver=9.200_RC3
+_pkgver=9.200-RC3 # 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=('bfafa65b2b4064d25ee274bbc85b8f0a9eb411e7b4f607115f57ed9f63fb6c5b00a1091cbc046968e3e26ca513d57a750d19b021e71a02214a2a8cbedd78527b')
+sha512sums=('b76011d828cf72a13293411dc6c6ec02c45443a4febc728720029e612d282678d167d94551b83f1e635d5c90d77adbdd6599e62e45755ba54cf7a9525db9b37b')
build() {
if [ "$CARCH" == "x86_64" ]; then