git » namcap.git » commit 99ac6e1

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 cf0b92055f68a89bf7dda3755431b9df20fa394e

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

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 201f13a..26fda8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL')
 depends=('python' 'pyalpm>=0.5' 'licenses'
          'binutils' 'elfutils' 'python-pyelftools')
 makedepends=('python-setuptools')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 sha1sums=('5fb93f267766aaf9b399387af374f624849caf25')
 
 build() {