summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2024-04-12 22:02:25 -0400
committerJoey Dumont2024-04-12 22:02:25 -0400
commit1a7f2c4bccd3d9841f79ce98fada6ce3fd6c05ce (patch)
tree8de79806466bdc58c15da0a57e3d95a2e0d47745
parentef7ce1080165e4f288e145b05c431c5eb7e9c080 (diff)
downloadaur-1a7f2c4bccd3d9841f79ce98fada6ce3fd6c05ce.tar.gz
upgpkg: armadillo 12.8.2-1
upstream release upgpkg: duplicati-canary-bin 2.0.7.102-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 e59929acf3c1..475a79d0b373 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armadillo
pkgdesc = C++ linear algebra library
- pkgver = 12.8.1
+ pkgver = 12.8.2
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.8.1.tar.xz
- sha512sums = 312098a36c5b6a8718b19402b7e6d6bbfb1dfe8c6d6a9ca014bbee3ccb725703d09fd17055e574423ac82ade140261380101e9f63171570cb1913a22245c244c
+ source = http://downloads.sourceforge.net/sourceforge/arma/armadillo-12.8.2.tar.xz
+ sha512sums = 33bfe6f1fae2ef18ec3286742264dedd67730e47b5187568cb2fbe951286a5a8534a4b577894cc44415887241a46afb25b3fcf2b249ef15f9b71045e98fd0132
pkgname = armadillo
diff --git a/PKGBUILD b/PKGBUILD
index bd33e3a715e6..998ff97fb7d5 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.8.1
+pkgver=12.8.2
_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=('312098a36c5b6a8718b19402b7e6d6bbfb1dfe8c6d6a9ca014bbee3ccb725703d09fd17055e574423ac82ade140261380101e9f63171570cb1913a22245c244c')
+sha512sums=('33bfe6f1fae2ef18ec3286742264dedd67730e47b5187568cb2fbe951286a5a8534a4b577894cc44415887241a46afb25b3fcf2b249ef15f9b71045e98fd0132')
build() {
if [ "$CARCH" == "x86_64" ]; then