Closed pbrisbin closed 9 years ago
This will take a pretty large restructuring -- we currently rely on the fact that we can get to a PKGBUILD by name without needed to perform an RPC call. We'll need to do more searching up front and should look for a way to cache the results and avoid repeated searching.
This is no longer an issue with AUR4
aurget assumes that package "foo", is available at
$aur/fo/foo/foo.tar.gz
. It seems in some cases this is not true. We need to instead rely on the search response's URLPath.Example: https://aur.archlinux.org/rpc.php?type=multiinfo&arg[]=s3cmd-git
I'm not sure how long this has been broken.