summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2023-08-30 20:55:56 -0400
committerJoey Dumont2023-08-30 20:55:56 -0400
commit874dabec92b63085c96d5a5f8176eb1cd279f113 (patch)
treef9e0e8d201d79ae175f1169159a4ba8d78522b49
parentcaecae8efe3cc6624550d4e1d033ff374a29b061 (diff)
downloadaur-874dabec92b63085c96d5a5f8176eb1cd279f113.tar.gz
upgpkg: armadillo 12.6.3-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 83a897a1d175..1c0f5d5b378f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 12.6.2
+ pkgver = 12.6.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-12.6.2.tar.xz
- sha512sums = 3c101eee18c62e6e53a050f4fd34895537d2613419e88137e9914c2c713e43a5091385b66ff5316605d9f950fa89131fa68ef842fadbdf379e3df9d5263ddc07
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-12.6.3.tar.xz
+ sha512sums = 1b5a3c6014d0c41b71636168da78e95e5d628e2e238b9db404e911aad370418ec9d7855cb93c104b471dc11eb93ea79c79cab8a830d9bd8b359a9752cff5e25a
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 467258a32558..1e805d14ceb6 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=12.6.2
+pkgver=12.6.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=('3c101eee18c62e6e53a050f4fd34895537d2613419e88137e9914c2c713e43a5091385b66ff5316605d9f950fa89131fa68ef842fadbdf379e3df9d5263ddc07')
+sha512sums=('1b5a3c6014d0c41b71636168da78e95e5d628e2e238b9db404e911aad370418ec9d7855cb93c104b471dc11eb93ea79c79cab8a830d9bd8b359a9752cff5e25a')
build() {
if [ "$CARCH" == "x86_64" ]; then