summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2019-06-03 22:05:25 -0400
committerJoey Dumont2019-06-03 22:05:25 -0400
commit489534296fe043b380b6e52b5bc6effc52124507 (patch)
tree80d163b895b419f24550aade30e119a0abcb9bc8
parente37e2c22ae1e6dd53f687801a09dd1a7ef0f8293 (diff)
downloadaur-489534296fe043b380b6e52b5bc6effc52124507.tar.gz
Updated to v9.400.4.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9959a660200..a43e3c4576c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue May 7 00:49:51 UTC 2019
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 9.400.3
+ pkgver = 9.400.4
pkgrel = 1
url = http://arma.sourceforge.net/
install = armadillo.install
@@ -17,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.400.3.tar.xz
- sha512sums = ae35f6d2e45202af4f5ef4516467c38a064ca2c1796d5c03ab389c31b800e8eea110b9035912a742c3f297234890b57f91918a40df071db5ebb20ec74b18ada5
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.400.4.tar.xz
+ sha512sums = f4f242b6be9a200c3f91d5288f617ae63667d42c6a36a5dedf66484e7bee96ff0d33efeec6c99a25efbedec8495ffa7ed5e4a91db5ac2585f73dbefb60e194f9
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 73e3006a9c91..92da05a52ad5 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.400.3
-_pkgver=9.400.3 # For use with RC releases, to replace the - with _
+pkgver=9.400.4
+_pkgver=9.400.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=('ae35f6d2e45202af4f5ef4516467c38a064ca2c1796d5c03ab389c31b800e8eea110b9035912a742c3f297234890b57f91918a40df071db5ebb20ec74b18ada5')
+sha512sums=('f4f242b6be9a200c3f91d5288f617ae63667d42c6a36a5dedf66484e7bee96ff0d33efeec6c99a25efbedec8495ffa7ed5e4a91db5ac2585f73dbefb60e194f9')
build() {
if [ "$CARCH" == "x86_64" ]; then