summaryrefslogtreecommitdiff
path: root/archweb.inc.sh
AgeCommit message (Collapse)Author
2018-04-04urlencode query param in archweb requestsAndreas Grapentin
Some packages, e.g. libsigc++-docs, needs to be properly hex-escaped.
2017-11-26archweb: use jq's -e flag to indicate not-found as failureDave Reisner
2017-05-23always preserve exit statuses on returnDave Reisner
2017-03-25Handle split packagesDave Reisner
When a basic lookup fails, attempt to resolve the package name through archweb to get the pkgbase, under the assumption that this might be a split package. This adds jq as a new dependency. Closes #8.