summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2022-06-26 21:48:25 -0400
committerJoey Dumont2022-06-26 21:48:25 -0400
commit5c540b442685a0856dd288975e047547224d7d04 (patch)
tree518d356b090cad25227fec6b8a27776d6cfff781
parent766ce1c8249aa6a47f666ae27c1f2b20c3454aab (diff)
downloadaur-5c540b442685a0856dd288975e047547224d7d04.tar.gz
upgpkg: armadillo 11.2.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7366bf45f60..7b549e90805c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 11.2.0
+ pkgver = 11.2.1
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-11.2.0.tar.xz
- sha512sums = 302dc4b75a0dd8c008abb42a80fa263bc7a86229f816603f280b744062e8ae251f10bd8363f594a72a63e2bda3c90546d434f221a03430636d5232a2acd3dba8
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-11.2.1.tar.xz
+ sha512sums = 62a4d33917c9ef7324cf6a8c16beb3fbd9bce473102530181484ccd1c018713350c73f8093061d8e2fe2858bdc04d417ebceff5319fd3465268510df3b8e403c
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index c1215b985f42..1e9695d42a15 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=11.2.0
+pkgver=11.2.1
_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=('302dc4b75a0dd8c008abb42a80fa263bc7a86229f816603f280b744062e8ae251f10bd8363f594a72a63e2bda3c90546d434f221a03430636d5232a2acd3dba8')
+sha512sums=('62a4d33917c9ef7324cf6a8c16beb3fbd9bce473102530181484ccd1c018713350c73f8093061d8e2fe2858bdc04d417ebceff5319fd3465268510df3b8e403c')
build() {
if [ "$CARCH" == "x86_64" ]; then