Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
postgis
Commits:
f367e3c6 by Antonio Rojas at 2023-12-03T00:06:19+01:00
upgpkg: 3.4.1-1: Update to 3.4.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = postgis
pkgdesc = A spatial database extender for PostgreSQL
- pkgver = 3.4.0
- pkgrel = 5
+ pkgver = 3.4.1
+ pkgrel = 1
url = https://postgis.net/
changelog = postgis.changelog
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = postgis
depends = protobuf-c
depends = pcre2
optdepends = perl: for contrib script postgis_restore.pl
- source = https://download.osgeo.org/postgis/source/postgis-3.4.0.tar.gz
- sha256sums =
aee9b60a6c884d354164b3096c4657f324454186607f859d1ce05d899798af9d
- b2sums =
a7ae007edb12a796f58b24ec8f72264e154900335a2da8c9358dcf0455a4ff183bb77036f45a77aa3533913ab2a802a4995ce17913ef355c52e5c1d8132c04a6
+ source = https://download.osgeo.org/postgis/source/postgis-3.4.1.tar.gz
+ sha256sums =
fef6a141213d0ff27bf45b33b849cc396c22ddb1ffc6fed435469c9e891fc81d
+ b2sums =
98ef490b08438c5ee35409a1c5c63d985d3024325d607a7a150b197aabb8baaaa70ec8c4bd5134136f92a106e6b1c885e3adb99aa325282122bc37d84db0d83f
pkgname = postgis
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: William Rea <[email protected]>
pkgname=postgis
-pkgver=3.4.0
-pkgrel=5
+pkgver=3.4.1
+pkgrel=1
pkgdesc="A spatial database extender for PostgreSQL"
arch=(x86_64)
url="https://postgis.net/"
@@ -15,8 +15,8 @@ optdepends=('perl: for contrib script postgis_restore.pl')
makedepends=(clang15 llvm15)
changelog=$pkgname.changelog
source=(https://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('aee9b60a6c884d354164b3096c4657f324454186607f859d1ce05d899798af9d')
-b2sums=('a7ae007edb12a796f58b24ec8f72264e154900335a2da8c9358dcf0455a4ff183bb77036f45a77aa3533913ab2a802a4995ce17913ef355c52e5c1d8132c04a6')
+sha256sums=('fef6a141213d0ff27bf45b33b849cc396c22ddb1ffc6fed435469c9e891fc81d')
+b2sums=('98ef490b08438c5ee35409a1c5c63d985d3024325d607a7a150b197aabb8baaaa70ec8c4bd5134136f92a106e6b1c885e3adb99aa325282122bc37d84db0d83f')
prepare() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/postgis/-/commit/f367e3c636b5933a559789fba87f6153dd080858
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/postgis/-/commit/f367e3c636b5933a559789fba87f6153dd080858
You're receiving this email because of your account on gitlab.archlinux.org.