summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-02-28 00:08:08 -0500
committerCarlos Aznarán Laos2023-02-28 00:08:08 -0500
commitea77e226cde8e2cd1664616693a1b811744cafe6 (patch)
tree1eae27b041723f2d1350921c67a2e74def127472
parent47d98aa34fc0cbf2c3dd080ebf8e1d1324f7f87f (diff)
downloadaur-ea77e226cde8e2cd1664616693a1b811744cafe6.tar.gz
Bump version to 3.18.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 481bd97ff94d..97e28ad679da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = petsc-complex
pkgdesc = Portable, extensible toolkit for scientific computation (complex scalars)
- pkgver = 3.18.4
+ pkgver = 3.18.5
pkgrel = 1
url = https://petsc.org
install = petsc.install
@@ -31,12 +31,12 @@ pkgbase = petsc-complex
optdepends = suitesparse: support for the suitesparse sparse matrix libraries
optdepends = valgrind: support for valgrind to help find memory-management problems in programs
optdepends = libyaml: support for YAML-formatted file
- provides = petsc=3.18.4
+ provides = petsc=3.18.5
conflicts = petsc
options = staticlibs
- source = https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.18.4.tar.gz
+ source = https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.18.5.tar.gz
source = test_optdepends.sh
- sha512sums = 2a721d8c7d9c7f24fa29c1d1a756fba1bca2782ddd2c028cef1c516abcdf4a7177706313340d3c5ccbace51382976ae51f262eb26bc555f0df505ceb8ad624ac
+ sha512sums = 951614eda67636a12a69799ece8a2cb44b1e6238acc471cda63d1147861a2a15ce6af86c33ee80123d90be7b8f2a3494a9288997728737b33e28c77a5d53a7a6
sha512sums = 039ccd9125619ca5f5ceb0bec586c24b40fa01d485a28094de525cd4e66c606b82c6ee5d9713a1b1d6f828b12b57cddaae8368dbe3a9f5c8edcc45175f6c3737
pkgname = petsc-complex
diff --git a/PKGBUILD b/PKGBUILD
index 911c70ba99d1..21436aced05a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
+# Maintainer: Auto update bot <auto-update-bot@jingbei.li>
# Maintainer: Jingbei Li <i@jingbei.li>
# Contributor: Sigvald Marholm <marholm@marebakken.com>
# Adapted from the package petsc with the following original contributors:
@@ -8,7 +9,7 @@
# Contributor: Lucas H. Gabrielli <heitzmann at gmail dot com>
_base=petsc
pkgname=${_base}-complex
-pkgver=3.18.4
+pkgver=3.18.5
pkgrel=1
_config=linux-c-opt
# if --with-debugging=yes is set then PETSC_ARCH is automatically set to
@@ -42,7 +43,7 @@ optdepends=('trilinos: support for zoltan'
install=${_base}.install
source=(https://ftp.mcs.anl.gov/pub/${_base}/release-snapshots/${_base}-lite-${pkgver}.tar.gz
test_optdepends.sh)
-sha512sums=('2a721d8c7d9c7f24fa29c1d1a756fba1bca2782ddd2c028cef1c516abcdf4a7177706313340d3c5ccbace51382976ae51f262eb26bc555f0df505ceb8ad624ac'
+sha512sums=('951614eda67636a12a69799ece8a2cb44b1e6238acc471cda63d1147861a2a15ce6af86c33ee80123d90be7b8f2a3494a9288997728737b33e28c77a5d53a7a6'
'039ccd9125619ca5f5ceb0bec586c24b40fa01d485a28094de525cd4e66c606b82c6ee5d9713a1b1d6f828b12b57cddaae8368dbe3a9f5c8edcc45175f6c3737')
_install_dir=/opt/${_base}/${_config}