summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2020-07-03 04:06:12 +0200
committerPellegrino Prevete2020-07-03 04:06:12 +0200
commit92f6b5ab665abf221b527dd4b7652502d83c0053 (patch)
treeb62993a7056290f8fbdd7cd5bf4148c5ad09a743
parent0186b8ed5575720fcda1769e798765b305dc3db3 (diff)
downloadaur-92f6b5ab665abf221b527dd4b7652502d83c0053.tar.gz
Added missing dependency
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78309507094f..2b06c633eb29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('any')
url='https://github.com/tallero/pgpgram'
license=('AGPL3')
depends=('python' 'python-setproctitle' 'python-sqlitedict' 'telegram-tdlib' 'trovotutto')
+optdepends=('youtube-dl')
makedepends=('python-setuptools')
source=('pgpgram::git+https://github.com/tallero/pgpgram.git')
sha256sums=('SKIP')