mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/recoll: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
82d13f3f94
commit
d7a88da046
2 changed files with 1 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue