about summary refs log tree commit homepage
path: root/ci/deps.perl
diff options
context:
space:
mode:
Diffstat (limited to 'ci/deps.perl')
-rwxr-xr-xci/deps.perl5
1 files changed, 3 insertions, 2 deletions
diff --git a/ci/deps.perl b/ci/deps.perl
index 6bc38735..3fa8f642 100755
--- a/ci/deps.perl
+++ b/ci/deps.perl
@@ -39,7 +39,7 @@ my $profiles = {
                 Plack
                 Plack::Test
                 Plack::Middleware::ReverseProxy
-                Search::Xapian
+                Xapian
                 Socket6
                 highlight.pm
                 xapian-tools
@@ -85,7 +85,8 @@ my $non_auto = {
                 deb => 'libplack-perl',
                 pkg => 'p5-Plack',
         },
-        'Search::Xapian' => {
+        'Xapian' => {
+                deb => 'libsearch-xapian-perl',
                 pkg => [qw(xapian-core p5-Xapian)],
                 pkg_add => [qw(xapian-core xapian-bindings-perl)],
                 pkgin => [qw(xapian p5-Xapian)],