From 99b0d9c91d4dcf133039aca593b31d1c88780025 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Thu, 20 Mar 2014 15:00:43 +0100 Subject: support ftps in all createdeps helpers --- createarchdeps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'createarchdeps') diff --git a/createarchdeps b/createarchdeps index 5dc751c..94efdb1 100755 --- a/createarchdeps +++ b/createarchdeps @@ -46,7 +46,7 @@ GetOptions("cachedir=s" => \$cachedir) or exit(1); for my $url (@ARGV) { - die("Not an Archlinux repo") unless $url =~ /^(:?ftp|https?):\/\/([^\/]*)\/?/; + die("Not an Archlinux repo") unless $url =~ /^(:?ftps?|https?):\/\/([^\/]*)\/?/; my $reponame = getreponame($url); my $repoid = Digest::MD5::md5_hex($url); my $dir = "$cachedir/$repoid"; -- cgit v1.2.3