git » xfce4-dev-tools.git » commit 2a69748

Use HTTPS in url field

author Evangelos Foutras
2019-03-14 15:34:11 UTC
committer Evangelos Foutras
2019-03-14 15:34:11 UTC
parent bf3977ddb38284e2682f424aa18a1f86715f1f6e

Use HTTPS in url field

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index fc63b40..7cef928 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=4.12.0
 pkgrel=2
 pkgdesc="Xfce developer tools"
 arch=('x86_64')
-url="http://www.xfce.org/"
+url="https://www.xfce.org/"
 license=('GPL2')
 depends=('glib2' 'intltool' 'gtk-doc')
 source=(https://archive.xfce.org/src/xfce/xfce4-dev-tools/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)