summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj.r2020-06-23 22:38:42 +0200
committerj.r2020-06-23 22:38:42 +0200
commit28a635063e1bef51f3a28d80ceb25ad8cda89d1a (patch)
treeb4f8a5c2666955f90ace6ba76b8049371b83644d
parent67e3463df2b750a44074f1145a41e470dcff0578 (diff)
downloadaur-28a635063e1bef51f3a28d80ceb25ad8cda89d1a.tar.gz
Add optdeps
-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")