diff options
Diffstat (limited to 'net-misc/netctl/netctl-1.9.ebuild')
-rw-r--r-- | net-misc/netctl/netctl-1.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/netctl/netctl-1.9.ebuild b/net-misc/netctl/netctl-1.9.ebuild index cf44dd20c24c..f51dab4ff30e 100644 --- a/net-misc/netctl/netctl-1.9.ebuild +++ b/net-misc/netctl/netctl-1.9.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-2 DEPEND="app-text/asciidoc" else - SRC_URI="ftp://ftp.archlinux.org/other/packages/${PN}/${P}.tar.xz" + SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz" KEYWORDS="amd64 x86" fi |