[arch-commits] Commit in postgis/trunk (PKGBUILD postgis.changelog)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sat Jun 5 14:52:34 UTC 2021
Date: Saturday, June 5, 2021 @ 14:52:33
Author: jlichtblau
Revision: 956059
upgpkg: postgis 3.1.2-1
- new upstream release
- gdal 3.3.0 rebuild
Modified:
postgis/trunk/PKGBUILD
postgis/trunk/postgis.changelog
-------------------+
PKGBUILD | 8 ++++----
postgis.changelog | 10 ++++++++++
2 files changed, 14 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-05 14:38:35 UTC (rev 956058)
+++ PKGBUILD 2021-06-05 14:52:33 UTC (rev 956059)
@@ -3,23 +3,23 @@
# Contributor: William Rea <sillywilly at gmail.com>
pkgname=postgis
-pkgver=3.1.1
+pkgver=3.1.2
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')
+depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c' 'libtiff4')
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=('0e96afef586db6939d48fb22fbfbc9d0de5e6bc1722d6d553d63bb41441a2a7d')
+sha256sums=('2cdd3760176926704b4eb25ff3357543c9637dee74425a49082906857c7e0732')
prepare() {
cd ${pkgname}-${pkgver}
- sed -i 's/pj_get_release/proj_info/' configure # fix for proj8
+# sed -i 's/pj_get_release/proj_info/' configure # fix for proj8
}
build() {
Modified: postgis.changelog
===================================================================
--- postgis.changelog 2021-06-05 14:38:35 UTC (rev 956058)
+++ postgis.changelog 2021-06-05 14:52:33 UTC (rev 956059)
@@ -1,3 +1,13 @@
+2021-06-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * postgis-3.1.2-1
+
+2021-04-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * postgis-3.1.0-1
+
+2020-12-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * postgis-3.0.3-1
+ * FS#68921 rebuild
+
2020-02-23 Jaroslav Lichtblau <svetlemodry at archlinux.org>
* postgis-3.0.1-1
More information about the arch-commits
mailing list