summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c18b1ac1439..784c9ee4df13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-aletheia"
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Fight fake news with cryptography & human nature"
_name=${pkgname#python-}
arch=('any')
@@ -14,6 +14,7 @@ depends=('ffmpeg'
'python'
'python-setuptools'
'python-cryptography'
+'python-dnspython'
'python-magic'
'python-requests'
'python-termcolor')