summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2021-07-06 22:01:19 -0400
committerJoey Dumont2021-07-06 22:01:19 -0400
commita561a1fa0a10c4c587f33bce4745f521bd6322b2 (patch)
tree219a9095fc92e2f4bf77d44cb511e71d094e0586
parent1546d2aa524b7ee2500f2b010eb9ac2a3c743582 (diff)
downloadaur-a561a1fa0a10c4c587f33bce4745f521bd6322b2.tar.gz
upgpkg: armadillo 10.5.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 389f72613e66..0d14725a9f7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 10.5.2
+ pkgver = 10.5.3
pkgrel = 1
url = http://arma.sourceforge.net/
install = armadillo.install
@@ -14,7 +14,7 @@ pkgbase = armadillo
depends = superlu>=5.2.0
optdepends = hdf5: HDF5 output
optdepends = intel-mkl: Intel Math Kernel Library support
- source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-10.5.2.tar.xz
- sha512sums = 45eef7cdde04a9468fcfbbc5a869875cbf7a45adfb50d1687447501f836a13879faad95a588c946754707c17efc46be28e00ae374cb7be46fd262f8ecd918162
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-10.5.3.tar.xz
+ sha512sums = b5bc776135548e786731fe1503618b8db4d89682ff308deddb78a81f83d1f1bef39efc982d3b91be98f0575c827eba80b92ad1419d9c0ebbc60878f5834f06db
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 7852813a4325..031701c9e360 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joey Dumont <joey.dumont@gmail.com>
# Contributor: Lucas Hermann Negri <lucashnegri at gmail dot com>
pkgname=armadillo
-pkgver=10.5.2
+pkgver=10.5.3
_pkgver=${pkgver/_/-} # For use with RC releases, to replace the _ with -
pkgrel=1
@@ -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=('45eef7cdde04a9468fcfbbc5a869875cbf7a45adfb50d1687447501f836a13879faad95a588c946754707c17efc46be28e00ae374cb7be46fd262f8ecd918162')
+sha512sums=('b5bc776135548e786731fe1503618b8db4d89682ff308deddb78a81f83d1f1bef39efc982d3b91be98f0575c827eba80b92ad1419d9c0ebbc60878f5834f06db')
build() {
if [ "$CARCH" == "x86_64" ]; then