summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-06-21 22:22:08 +0200
committerKr1ss2021-06-21 22:22:08 +0200
commitde00b3d981042c4ba4ccb2d428f9dfc86982ec68 (patch)
treee7be7046c9a769f476f8bbbe8d340b32bc08a361
parent1c25552ec007576a50217d7da92c4f513757542a (diff)
downloadaur-de00b3d981042c4ba4ccb2d428f9dfc86982ec68.tar.gz
use https to point to upstream url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 243954207056..2fad6b40f1eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = getmail6-git
pkgver = 6.17.r504.78375eb
pkgrel = 1
epoch = 1
- url = http://getmail6.org
+ url = https://getmail6.org
changelog = CHANGELOG
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 510b331ad816..808e0da7440f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ pkgrel=1
pkgdesc='POP3 mail retriever with reliable Maildir and command delivery; Python 3 port'
arch=('any')
-url="http://$_pkgname.org"
+url="https://$_pkgname.org"
license=('GPL2')
provides=("getmail=$pkgver" "${pkgname%-git}")