summaryrefslogtreecommitdiff
path: root/createarchdeps
diff options
context:
space:
mode:
Diffstat (limited to 'createarchdeps')
-rwxr-xr-xcreatearchdeps2
1 files changed, 1 insertions, 1 deletions
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";