diff options
author | Dan McGee <dan@archlinux.org> | 2007-09-16 17:48:42 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-09-16 17:48:42 -0500 |
commit | 7daf5a038d3750eacf92b819206cae6b77a73042 (patch) | |
tree | 3d3439e1d2ed6c271e6e0534aa2bdf6d79efdd77 /contrib | |
parent | 892faa3e5c7f96835fc226adbf5b0ccac39a1903 (diff) | |
download | pacman-7daf5a038d3750eacf92b819206cae6b77a73042.tar.xz |
Remove a dead mirror, update contrib/pacsearch for core change
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/pacsearch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pacsearch b/contrib/pacsearch index 6eed254d..1e1c0504 100755 --- a/contrib/pacsearch +++ b/contrib/pacsearch @@ -72,7 +72,7 @@ done # Print colorized package list and descriptions to screen echo -e "$(sed -r \ - -e "s@current/.*@$CLR1&$BASE@" \ + -e "s@core/.*@$CLR1&$BASE@" \ -e "s@extra/.*@$CLR2&$BASE@" \ -e "s@community/.*@$CLR3&$BASE@" \ -e "s@testing/.*@$CLR4&$BASE@" \ |