summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2018-11-12 08:30:45 -0500
committerJoey Dumont2018-11-12 08:30:45 -0500
commit1d00da55b2708b8d816bca023cca9d466962698f (patch)
treef22972965a5ad0657cddccfc31fcc7728c4ffafb
parent17367b01a4f6418769b6b4111db080ee11c6ca21 (diff)
downloadaur-1d00da55b2708b8d816bca023cca9d466962698f.tar.gz
Updated to v9.200.4.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e36a57035946..179100d7ec58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Nov 3 13:45:49 UTC 2018
+# Mon Nov 12 13:29:28 UTC 2018
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 9.200_RC3
+ pkgver = 9.200_4
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-9.200-RC3.tar.xz
- sha512sums = b76011d828cf72a13293411dc6c6ec02c45443a4febc728720029e612d282678d167d94551b83f1e635d5c90d77adbdd6599e62e45755ba54cf7a9525db9b37b
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.200.4.tar.xz
+ sha512sums = 6d8bb3daacbbf4eb24fc51129a4cc6c174f659b50a771638bc6cf4e7551b8e575a79e0eba88909fe8d4c242968440051b4eba3ab86894631e47e999212f9bace
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 34a8135ecd28..5d6b7e2c43ef 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_RC3
-_pkgver=9.200-RC3 # For use with RC releases, to replace the - with _
+pkgver=9.200_4
+_pkgver=9.200.4 # 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=('b76011d828cf72a13293411dc6c6ec02c45443a4febc728720029e612d282678d167d94551b83f1e635d5c90d77adbdd6599e62e45755ba54cf7a9525db9b37b')
+sha512sums=('6d8bb3daacbbf4eb24fc51129a4cc6c174f659b50a771638bc6cf4e7551b8e575a79e0eba88909fe8d4c242968440051b4eba3ab86894631e47e999212f9bace')
build() {
if [ "$CARCH" == "x86_64" ]; then