git » tumbler.git » commit f0e823a

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 b029c333909343600427ad77f39752deda474f5c

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 bc16258..0c77a46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ optdepends=('ffmpegthumbnailer: for video thumbnails'
             'libgsf: for ODF thumbnails'
             'libopenraw: for RAW thumbnails'
             'freetype2: for font thumbnails')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('4e27a59694b0a5cc69ebccbdb00c724e670b5b7c30bc4dc0b461aac93f234fac')
 
 build() {