summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-10-14 13:41:32 -0400
committerAndrew Sun2019-10-14 13:41:32 -0400
commit2488a3e949073aa503fe19a9796ffeed4041a0e3 (patch)
tree446a582975f66e072528afbb71fb5cee75082783
parent8f926bca5f128b0ff713e478675f3343fb7a7a4e (diff)
downloadaur-2488a3e949073aa503fe19a9796ffeed4041a0e3.tar.gz
use https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68061ad99e4e..027d2b01d361 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = mingw-w64-geos
pkgdesc = C++ port of the Java Topology Suite (mingw-w64)
pkgver = 3.7.2
pkgrel = 1
- url = http://trac.osgeo.org/geos/
+ url = https://trac.osgeo.org/geos/
arch = any
license = LGPL
makedepends = mingw-w64-cmake
@@ -11,7 +11,7 @@ pkgbase = mingw-w64-geos
options = !buildflags
options = !strip
options = staticlibs
- source = http://download.osgeo.org/geos/geos-3.7.2.tar.bz2
+ source = https://download.osgeo.org/geos/geos-3.7.2.tar.bz2
source = geos-3.5.0.patch
sha256sums = 2166e65be6d612317115bfec07827c11b403c3f303e0a7420a2106bc999d7707
sha256sums = 206f8780b8da547d3fd1bbc3ffb827abc71ec0e5d90a217db2032fe481807992
diff --git a/PKGBUILD b/PKGBUILD
index 97daee28eea6..a5ddb06b1018 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# Maintainer: Andrew Sun <adsun701@gmail.com
+# Maintainer: Andrew Sun <adsun701 at gmail dot com>
pkgname=mingw-w64-geos
pkgver=3.7.2
pkgrel=1
pkgdesc="C++ port of the Java Topology Suite (mingw-w64)"
arch=('any')
-url="http://trac.osgeo.org/geos/"
+url="https://trac.osgeo.org/geos/"
license=('LGPL')
depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('!emptydirs' '!buildflags' '!strip' 'staticlibs')
-source=("http://download.osgeo.org/geos/geos-${pkgver}.tar.bz2"
+source=("https://download.osgeo.org/geos/geos-${pkgver}.tar.bz2"
"geos-3.5.0.patch")
sha256sums=('2166e65be6d612317115bfec07827c11b403c3f303e0a7420a2106bc999d7707'
'206f8780b8da547d3fd1bbc3ffb827abc71ec0e5d90a217db2032fe481807992')