summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorj.r2021-04-21 09:54:53 +0200
committerj.r2021-04-21 09:54:53 +0200
commitfd12b444e6c9edb386e5cfe26cfc622edc59beb8 (patch)
tree60b4f12e3d9bd23aa82634f22407262edcb4b8af /PKGBUILD
parent68c16e47b60260cdcc1b67874432c969845682a5 (diff)
downloadaur-fd12b444e6c9edb386e5cfe26cfc622edc59beb8.tar.gz
telegram-tg(-git): add optdepends
upstream added a few more optdepends, now we reflect them here
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4311e985ec7b..d4b97705b136 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,9 @@ optdepends=(
'libnotify: for notifications, you could also use other programs: see config'
'ffmpeg: to record voice msgs and upload videos correctly'
'urlview: to choose urls when there is multiple in message, use URL_VIEW in config file to use another app, it should accept urls in stdin'
+ 'ranger: can be used to choose file when sending, customizable with FILE_PICKER_CMD'
+ 'nnn: can be used to choose file when sending, customizable with FILE_PICKER_CMD'
+ 'fzf: to create groups and secret chats, used for single and multiple user selection'
)
provides=("$_pkgname")
conflicts=("$_pkgname")