summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-09-17 00:48:42 +0200
committerDan McGee <dan@archlinux.org>2007-09-17 00:48:42 +0200
commit7daf5a038d3750eacf92b819206cae6b77a73042 (patch)
tree3d3439e1d2ed6c271e6e0534aa2bdf6d79efdd77 /contrib
parent892faa3e5c7f96835fc226adbf5b0ccac39a1903 (diff)
downloadpacman-7daf5a038d3750eacf92b819206cae6b77a73042.tar.gz
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-xcontrib/pacsearch2
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@" \