summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTing-Wei Lan2015-03-27 04:06:10 +0800
committerTing-Wei Lan2015-03-27 04:06:10 +0800
commit6233d815525f6f1c38460c67de07f6a44565bbb0 (patch)
treedbabb95befcf301103cb0887bdabdd3c2bb64b5f /PKGBUILD
parentf44f9a8439670a5f07946da6f0e0409e1e0d2905 (diff)
downloadaur-6233d815525f6f1c38460c67de07f6a44565bbb0.tar.gz
mingw-w64-{gtk2,gdk-pixbuf2}: Use HTTPS to download sources
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0231b6f3058a..508254beec37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ depends=(
'mingw-w64-libtiff')
options=(!strip !buildflags staticlibs)
source=(
- "http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz")
+ "https://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz")
sha256sums=('ddd861747bb7c580acce7cfa3ce38c3f52a9516e66a6477988fd100c8fb9eabc')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"