summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2023-09-07 05:45:22 -0400
committerJoey Dumont2023-09-07 05:45:22 -0400
commitc54bfffab1fd5e952f37075739a69855bccd2762 (patch)
tree13d79e276f42358b06bacb09db1639823fd91d47
parent874dabec92b63085c96d5a5f8176eb1cd279f113 (diff)
downloadaur-c54bfffab1fd5e952f37075739a69855bccd2762.tar.gz
upgpkg: armadillo 12.6.4-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 1c0f5d5b378f..a3c39abf7c86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 12.6.3
+ pkgver = 12.6.4
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.3.tar.xz
- sha512sums = 1b5a3c6014d0c41b71636168da78e95e5d628e2e238b9db404e911aad370418ec9d7855cb93c104b471dc11eb93ea79c79cab8a830d9bd8b359a9752cff5e25a
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-12.6.4.tar.xz
+ sha512sums = dee78020516fadfbb5e3721668f980742efe2b762d9346fad9b042766e37d23361a023e3f9dc39c801382fcab1af475526e64a3594855a7b1ba8b683bb5d9425
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index 1e805d14ceb6..1058cd1f3ba2 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.3
+pkgver=12.6.4
_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=('1b5a3c6014d0c41b71636168da78e95e5d628e2e238b9db404e911aad370418ec9d7855cb93c104b471dc11eb93ea79c79cab8a830d9bd8b359a9752cff5e25a')
+sha512sums=('dee78020516fadfbb5e3721668f980742efe2b762d9346fad9b042766e37d23361a023e3f9dc39c801382fcab1af475526e64a3594855a7b1ba8b683bb5d9425')
build() {
if [ "$CARCH" == "x86_64" ]; then