summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2020-07-03 03:36:39 +0200
committerPellegrino Prevete2020-07-03 03:36:39 +0200
commit0186b8ed5575720fcda1769e798765b305dc3db3 (patch)
tree40535620d4b273d1078dcba7d94a40f979dbd232
parent978c846d9d9831813e7dec92c3f33844b82f9ac9 (diff)
downloadaur-0186b8ed5575720fcda1769e798765b305dc3db3.tar.gz
Added missing dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b0e8fcc1810..78309507094f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='PGP encrypted backups on Telegram Cloud'
arch=('any')
url='https://github.com/tallero/pgpgram'
license=('AGPL3')
-depends=('python' 'python-setproctitle' 'python-sqlitedict' 'telegram-tdlib')
+depends=('python' 'python-setproctitle' 'python-sqlitedict' 'telegram-tdlib' 'trovotutto')
makedepends=('python-setuptools')
source=('pgpgram::git+https://github.com/tallero/pgpgram.git')
sha256sums=('SKIP')