summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f4969028625..e5fda1a90afe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,11 @@ url="https://github.com/paul-nameless/tg"
license=('Unlicense')
depends=('python-telegram' 'python3')
makedepends=('git' 'python-dephell')
+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'
+)
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+https://github.com/paul-nameless/tg.git")