diff options
-rw-r--r-- | desktop/recoll/README | 2 | ||||
-rw-r--r-- | desktop/recoll/recoll.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/desktop/recoll/README b/desktop/recoll/README index 885f955700..969f73f825 100644 --- a/desktop/recoll/README +++ b/desktop/recoll/README @@ -6,6 +6,4 @@ Recoll is able to include several separate folders in its search. To enable splitting of CamelCase words take a look in the SlackBuild file. This feature is disabled by default. -This requires xapian-core. - Optional dependencies are antiword, unrtf, and exiftool. diff --git a/desktop/recoll/recoll.info b/desktop/recoll/recoll.info index 4769a63c27..d3108fbefc 100644 --- a/desktop/recoll/recoll.info +++ b/desktop/recoll/recoll.info @@ -5,6 +5,6 @@ DOWNLOAD="http://www.lesbonscomptes.com/recoll/recoll-1.16.2.tar.gz" MD5SUM="1bbe35a1c0fb248d1c5b3a4c3ed20d1c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="antiword exiftool unrtf xapian-core" +REQUIRES="xapian-core" MAINTAINER="titopoquito" EMAIL="titopoquito@gmail.com" |