From 8a3beef91b8d6baebd941d4378e6ebbd0dd70906 Mon Sep 17 00:00:00 2001 From: kitsunyan Date: Sat, 28 Apr 2018 23:01:40 +0300 Subject: Don't clone official packages twice --- src/aur.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/aur.nim') diff --git a/src/aur.nim b/src/aur.nim index 837dea7..60df9e0 100644 --- a/src/aur.nim +++ b/src/aur.nim @@ -106,7 +106,7 @@ proc getAurPackageInfo*(pkgs: seq[string], rpcInfosOption: Option[seq[RpcPackage (@[], operror) else: let pkgInfos = parseSrcInfo("aur", srcInfo, arch, - aurUrl & base & ".git", none(string), none(string), none(string), rpcInfos) + aurUrl & base & ".git", none(string), rpcInfos) (pkgInfos, none(string)) let parsed = deduplicated.foldl(a & obtainAndParse(b, a.len), newSeq[ParseResult]()) -- cgit v1.2.3-70-g09d2