index : asp32 | |
Archlinux32 fork of asp - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archweb.inc.sh | 2 |
diff --git a/archweb.inc.sh b/archweb.inc.sh index dbe36a5..6075c41 100644 --- a/archweb.inc.sh +++ b/archweb.inc.sh @@ -1,4 +1,4 @@ archweb_get_pkgbase() { - curl -s "https://www.archlinux.org/packages/search/json/?q=$1" | + curl -Gs "https://www.archlinux.org/packages/search/json/" --data-urlencode "q=$1" | jq -er --arg pkgname "$1" 'limit(1; .results[] | select(.pkgname == $pkgname).pkgbase)' } |