Prefix aur/ to aur updates

This commit is contained in:
morganamilo 2018-04-17 19:54:44 +01:00
parent 5fb61731a3
commit 8ccb5de6ac
No known key found for this signature in database
GPG key ID: 6FE9E7996B0B082E

View file

@ -49,7 +49,7 @@ func install(parser *arguments) error {
}
for _, up := range aurUp {
requestTargets = append(requestTargets, up.Name)
requestTargets = append(requestTargets, "aur/" + up.Name)
}
for _, up := range repoUp {