index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Pierre Neidhardt <ambrevar@gmail.com> | 2014-02-09 19:41:39 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-03-03 11:25:54 +1000 |
commit | 08cddb4b4b84147da52dfffc4e416f76a6c5c430 (patch) | |
tree | a099d04132514c412444ab2af9b508a82b1c5e98 /contrib/pacsearch.in | |
parent | bf79c0244065315edfb9abd613fa88d4cf1557bd (diff) |
-rw-r--r-- | contrib/pacsearch.in | 1 |
diff --git a/contrib/pacsearch.in b/contrib/pacsearch.in index 21043d4c..71e0107f 100644 --- a/contrib/pacsearch.in +++ b/contrib/pacsearch.in @@ -138,7 +138,6 @@ if ($#querypkgs >= 0) { foreach $_ (@querypkgs) { # we grab the following fields: repo, name, ver, group, installed, and desc my @pkgfields = /^(.*?)\/(.*?) (.*?) ?(\(.*?\))? ?(\[.*\])?\n(.*)$/s; - # my @pkgfields = /^(.*?)\/(.*?) ?(\[.*\])?\n(.*)$/s; # skip any non-matching line next if not defined $pkgfields[1]; # check if the package was listed in the sync out |