summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Quinn2019-01-12 11:02:00 +0000
committerDaniel Quinn2019-01-12 11:02:00 +0000
commit94abd0b1a1a7558a36a157d263c8e1a29dea80f2 (patch)
treefb69db487123aad7ead9aa8f82ceced20c7908a1 /PKGBUILD
parent983cecbc4c45a26ab59b82106890356993c7ae6d (diff)
downloadaur-94abd0b1a1a7558a36a157d263c8e1a29dea80f2.tar.gz
Bump to 2.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 784c9ee4df13..d0082b058f09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Daniel Quinn <archlinux at danielquinn dot org>
pkgname="python-aletheia"
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
pkgdesc="Fight fake news with cryptography & human nature"
_name=${pkgname#python-}
arch=('any')
@@ -19,7 +19,7 @@ depends=('ffmpeg'
'python-requests'
'python-termcolor')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('8bb8fdda67d6a9853e3a3c44fa4fa200437152609c3766177f238ceac06c44c976fe2895f74cde445479c21a824e333689846c2e94a339acadba1123cbca2454')
+sha512sums=('56d5e10f0f9ad3d419d9e866987bc782fd547214d6886947cd49d4d1e55bbbb4773f3e51e83cafb98a89ca3bc8ddb8db50985a33ea06142fa3e09030d8cd04d9')
build() {
cd "${srcdir}/${_name}-${pkgver}"