git » ffmpegthumbnailer.git » commit 522519b

change ftp.archlinux.org to sources.archlinux.org

author Florian Pritz
2015-02-04 23:00:34 UTC
committer Florian Pritz
2015-02-04 23:00:34 UTC
parent d192936b7fd1e14a8007ca294adeb235d29b4e71

change ftp.archlinux.org to sources.archlinux.org

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 7b31549..50af831 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
 depends=('ffmpeg' 'libjpeg' 'libpng')
 optdepends=('gvfs: support for gio uris')
 # mirror sources as getting a good download link from google drive is somewhat tricky
-source=("ftp://ftp.archlinux.org/other/packages/$pkgname/${pkgname}-${pkgver}.tar.gz")
+source=("https://sources.archlinux.org/other/packages/$pkgname/${pkgname}-${pkgver}.tar.gz")
 sha1sums=('0657e09ca926298f1b525e1fba06ad499c7663e7')
 
 build() {