tupdate version - petsc-git-PKGBUILD - build template for non-complex PETSC with petsc4py
 (HTM) git clone git://src.adamsgaard.dk/petsc-git-PKGBUILD
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 27cb027220c0457a53a1a12e5730b3a049bc6f0b
 (DIR) parent c18282ef64704a542475f19fc557633b1ba5ef9b
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon, 16 May 2022 22:15:55 +0200
       
       update version
       
       Diffstat:
         M .SRCINFO                            |       8 ++++----
         M PKGBUILD                            |       2 +-
       
       2 files changed, 5 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/.SRCINFO b/.SRCINFO
       t@@ -1,6 +1,6 @@
        pkgbase = petsc-git
                pkgdesc = Portable, extensible toolkit for scientific computation
       -        pkgver = 3.16.4.45.g5cd7c1b030a
       +        pkgver = 3.17.1.46.gbf2c2650373
                pkgrel = 1
                url = https://gitlab.com/petsc/petsc
                arch = i686
       t@@ -26,7 +26,7 @@ pkgbase = petsc-git
                depends = openblas
                options = !staticlibs
                source = git+https://gitlab.com/petsc/petsc.git#branch=release
       -        source = https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.16.4.tar.gz
       +        source = https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.17.1.tar.gz
                source = test_optdepends.sh
                sha512sums = SKIP
                sha512sums = SKIP
       t@@ -53,6 +53,6 @@ pkgname = petsc-git
                optdepends = suitesparse: Sparse matrix library
                optdepends = superlu: Subroutines for sparsse linear systems
                optdepends = yaml: configuration files
       -        provides = petsc=3.16.4
       -        provides = petsc4py=3.16.4
       +        provides = petsc=3.17.1
       +        provides = petsc4py=3.17.1
                conflicts = petsc
 (DIR) diff --git a/PKGBUILD b/PKGBUILD
       t@@ -5,7 +5,7 @@
        
        _base=petsc
        pkgname=("${_base}"-git)
       -pkgver=3.16.4.45.g5cd7c1b030a
       +pkgver=3.17.1.46.gbf2c2650373
        pkgrel=1
        _mainver="${pkgver:0:6}"
        pkgdesc="Portable, extensible toolkit for scientific computation"