[arch-commits] Commit in postgis/trunk (PKGBUILD)

Levente Polyak anthraxx at gemini.archlinux.org
Fri Apr 22 21:49:38 UTC 2022


    Date: Friday, April 22, 2022 @ 21:49:38
  Author: anthraxx
Revision: 1187421

upgpkg: postgis 3.2.1-1

Modified:
  postgis/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-22 21:49:25 UTC (rev 1187420)
+++ PKGBUILD	2022-04-22 21:49:38 UTC (rev 1187421)
@@ -3,18 +3,19 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=postgis
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Adds support for geographic objects to PostgreSQL"
 arch=('x86_64')
 url="https://postgis.net/"
 license=('GPL')
-depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c' 'libtiff4')
+depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c' 'libtiff4' 'pcre2')
 optdepends=('perl: for contrib script postgis_restore.pl')
 makedepends=('clang' 'llvm')
 changelog=$pkgname.changelog
 source=(https://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('7ab9e154c6947c0cffb8fa12d70806add9aa060e62b6c86a2e206f9d4b507cfd')
+sha256sums=('fbab68dde6ca3934b24ba08c8ab0cff2594f57f93deab41a15c82ae1bb69893e')
+b2sums=('9c49ad518fb968dc4787bedf6480af29c3e70f986df8233ef034f117b8a8920ff6e39dab57813390b813a3d856476634b18e6ce324795839d019a11559155ff5')
 
 prepare() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list