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

Antonio Rojas arojas at archlinux.org
Mon Jun 17 20:43:21 UTC 2019


    Date: Monday, June 17, 2019 @ 20:43:21
  Author: arojas
Revision: 482017

https

Modified:
  postgis/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-17 20:42:18 UTC (rev 482016)
+++ PKGBUILD	2019-06-17 20:43:21 UTC (rev 482017)
@@ -7,13 +7,13 @@
 pkgrel=1
 pkgdesc="Adds support for geographic objects to PostgreSQL"
 arch=('x86_64')
-url="http://postgis.net/"
+url="https://postgis.net/"
 license=('GPL')
 depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c')
 makedepends=('clang' 'llvm')
 changelog=$pkgname.changelog
 # options=('!makeflags')
-source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+source=(https://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
 sha256sums=('b6cb286c5016029d984f8c440947bf9178da72e1f6f840ed639270e1c451db5e')
 
 build() {



More information about the arch-commits mailing list