diff options
Diffstat (limited to 'src/aur.nim')
-rw-r--r-- | src/aur.nim | 2 |
1 files changed, 1 insertions, 1 deletions
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]()) |