summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2020-07-03 03:30:59 +0200
committerPellegrino Prevete2020-07-03 03:30:59 +0200
commit6a06128c840ff4df99a4929df6f71402dc49962c (patch)
treef427535aee9c4c0e3380a30c04f672444a322c19
parent8886c7b9a4183ec681ba4846ea57a0e2c2938374 (diff)
downloadaur-6a06128c840ff4df99a4929df6f71402dc49962c.tar.gz
Added missing dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 278de637d00d..3b0e8fcc1810 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' 'telegram-tdlib')
+depends=('python' 'python-setproctitle' 'python-sqlitedict' 'telegram-tdlib')
makedepends=('python-setuptools')
source=('pgpgram::git+https://github.com/tallero/pgpgram.git')
sha256sums=('SKIP')