Browse Source

Prefix aur/ to aur updates

morganamilo 7 years ago
parent
commit
8ccb5de6ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install.go

+ 1 - 1
install.go

@@ -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 {