diff options
Diffstat (limited to 'net-misc/netctl/netctl-1.10.ebuild')
-rw-r--r-- | net-misc/netctl/netctl-1.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/netctl/netctl-1.10.ebuild b/net-misc/netctl/netctl-1.10.ebuild index 4a6ba6fb7d38..869ed0b6b9bb 100644 --- a/net-misc/netctl/netctl-1.10.ebuild +++ b/net-misc/netctl/netctl-1.10.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 |