Skip to content

Commit

Permalink
search: fix desc and out-of-date
Browse files Browse the repository at this point in the history
  • Loading branch information
woffs committed Nov 29, 2012
1 parent 4071729 commit 6f12fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pbfetch
Expand Up @@ -98,8 +98,8 @@ SearchAur() {
| sort -t ":" -k 1.2 | while read line; do
name="$(echo $line | awk -F '"' '{print $2}')"
vers="$(echo $line | awk -F '"' '{print $6}')"
desc="$(echo $line | awk -F '"' '{print $14}')"
flag="$(echo $line | awk -F '"' '{print $38}')"
desc="$(echo $line | awk -F '"' '{print $12}')"
flag="$(echo $line | awk -F '"' '{print $24}')"

wait # wait for pacman -Ss to finish

Expand Down

0 comments on commit 6f12fe7

Please sign in to comment.