tupdate version and drop hypre version spec - 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 c18282ef64704a542475f19fc557633b1ba5ef9b
 (DIR) parent a852178e9365a4a723de05bf20dbb48dfea2b98a
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon, 21 Feb 2022 09:50:23 +0100
       
       update version and drop hypre version spec
       
       Diffstat:
         M .SRCINFO                            |      10 +++++-----
         M PKGBUILD                            |       4 ++--
       
       2 files changed, 7 insertions(+), 7 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.3
       +        pkgver = 3.16.4.45.g5cd7c1b030a
                pkgrel = 1
                url = https://gitlab.com/petsc/petsc
                arch = i686
       t@@ -14,7 +14,7 @@ pkgbase = petsc-git
                makedepends = git
                makedepends = cython
                makedepends = chrpath
       -        makedepends = hypre=2.18.2
       +        makedepends = hypre
                depends = openmpi
                depends = lapack
                depends = fftw
       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.3.tar.gz
       +        source = https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.16.4.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.3
       -        provides = petsc4py=3.16.3
       +        provides = petsc=3.16.4
       +        provides = petsc4py=3.16.4
                conflicts = petsc
 (DIR) diff --git a/PKGBUILD b/PKGBUILD
       t@@ -5,7 +5,7 @@
        
        _base=petsc
        pkgname=("${_base}"-git)
       -pkgver=3.16.3
       +pkgver=3.16.4.45.g5cd7c1b030a
        pkgrel=1
        _mainver="${pkgver:0:6}"
        pkgdesc="Portable, extensible toolkit for scientific computation"
       t@@ -16,7 +16,7 @@ options=(!staticlibs)
        depends=('openmpi' 'lapack' 'fftw' 'zlib' 'cython'
                 'python-mpi4py' "python-numpy" "eigen>=3" "openblas")
        makedepends=('gcc' 'gcc-fortran' 'cmake' 'sowing' "pkgconf"
       -             'git' 'cython' 'chrpath' "hypre=2.18.2")
       +             'git' 'cython' 'chrpath' "hypre")
        source=(git+${url}.git#branch=release
                https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-"${_mainver}".tar.gz
                test_optdepends.sh)