summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2020-02-11 08:01:02 -0500
committerJoey Dumont2020-02-11 08:01:02 -0500
commit7c5bee0dbd25ed9ec7127b25db861eea60e32849 (patch)
tree5175b4cf0c6b52d96c3a70e00dbfecd8711d44ae
parent785ad68d7660e40a8db97f8658eaf7eb869cd640 (diff)
downloadaur-7c5bee0dbd25ed9ec7127b25db861eea60e32849.tar.gz
Updated to v9.850.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f781f5098ed7..b6ff6ac05af4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 9.800.4
+ pkgver = 9.850.1
pkgrel = 1
url = http://arma.sourceforge.net/
install = armadillo.install
@@ -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.800.4.tar.xz
- sha512sums = bd08faee2de0284ebc8e72e638b768e99bcffcfa008417188e944f69bd7e47c9bcb67f4937ae8fb3e28495ac05db0210e3972bc0394f5343e454f049c33a958d
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-9.850.1.tar.xz
+ sha512sums = b2b9f0290f8f39a687db71a02b127086d5ff22cee77fba5211da2ea8a8d8a5edc256b31b7fce8e98aa1955a84c63e488adcd22f8cd070015a6fcd4b4f1cb37c7
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index fa1b8e81cd38..71239ebc02f1 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.800.4
-_pkgver=9.800.4 # For use with RC releases, to replace the - with _
+pkgver=9.850.1
+_pkgver=9.850.1 # For use with RC releases, to replace the - with _
pkgrel=1
pkgdesc="C++ linear algebra library"
@@ -16,7 +16,7 @@ optdepends=('hdf5: HDF5 output'
makedepends=('cmake')
source=("http://downloads.sourceforge.net/sourceforge/arma/$pkgname-$_pkgver.tar.xz")
install=armadillo.install
-sha512sums=('bd08faee2de0284ebc8e72e638b768e99bcffcfa008417188e944f69bd7e47c9bcb67f4937ae8fb3e28495ac05db0210e3972bc0394f5343e454f049c33a958d')
+sha512sums=('b2b9f0290f8f39a687db71a02b127086d5ff22cee77fba5211da2ea8a8d8a5edc256b31b7fce8e98aa1955a84c63e488adcd22f8cd070015a6fcd4b4f1cb37c7')
build() {
if [ "$CARCH" == "x86_64" ]; then