summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2c8d170f3b4..a2c3d94b33e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Sun Jun 25 18:39:04 UTC 2017
pkgbase = osmupdate
pkgdesc = Download, manipulate and apply OpenStreetMap changefiles
pkgver = 0.4.4
pkgrel = 1
- url = http://wiki.openstreetmap.org/wiki/Osmupdate
+ url = https://wiki.openstreetmap.org/wiki/Osmupdate
arch = i686
arch = x86_64
license = AGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 4febb02b6481..792a5a04803a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=osmupdate
pkgver=0.4.4
pkgrel=1
pkgdesc='Download, manipulate and apply OpenStreetMap changefiles'
-url='http://wiki.openstreetmap.org/wiki/Osmupdate'
+url='https://wiki.openstreetmap.org/wiki/Osmupdate'
license=(AGPL3)
arch=(i686 x86_64)
depends=(osmconvert wget)