git » xfce4-dev-tools.git » commit 48022f2

Change Xfce source links to https://archive.xfce.org/

author Evangelos Foutras
2017-12-19 09:37:44 UTC
committer Evangelos Foutras
2017-12-19 09:37:44 UTC
parent cb903c2a8d843b2da3178c2d7131e1572ceb24b2

Change Xfce source links to https://archive.xfce.org/

Ref: https://mail.xfce.org/pipermail/xfce4-dev/2017-December/032085.html

Note: https://archive.xfce.org/ might still redirect to http:// mirrors
      but that should be fixed in the near future to redirect to https://

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 92a5d6c..a4e00b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('x86_64')
 url="http://www.xfce.org/"
 license=('GPL2')
 depends=('glib2' 'intltool' 'gtk-doc')
-source=(http://archive.xfce.org/src/xfce/xfce4-dev-tools/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+source=(https://archive.xfce.org/src/xfce/xfce4-dev-tools/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('e2e3a654fe9110df81f8c2483c9cbfa6d656fed15d5e5e717d6ef10bd0f5b5cb')
 
 build() {