summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Quinn2019-01-31 20:03:53 +0000
committerDaniel Quinn2019-01-31 20:03:53 +0000
commite1b7a887465382d938a3a3c8ecb9670da377c4b8 (patch)
treefae09e7ff26a9abef2f59f9494d69f9d79eef0d7 /PKGBUILD
parent94abd0b1a1a7558a36a157d263c8e1a29dea80f2 (diff)
downloadaur-e1b7a887465382d938a3a3c8ecb9670da377c4b8.tar.gz
Update for 3.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0082b058f09..e5915fcf7b4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Quinn <archlinux at danielquinn dot org>
pkgname="python-aletheia"
-pkgver=2.0.2
+pkgver=3.0.0
pkgrel=1
pkgdesc="Fight fake news with cryptography & human nature"
_name=${pkgname#python-}
@@ -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=('56d5e10f0f9ad3d419d9e866987bc782fd547214d6886947cd49d4d1e55bbbb4773f3e51e83cafb98a89ca3bc8ddb8db50985a33ea06142fa3e09030d8cd04d9')
+sha512sums=('f7085fba15b3c031c4054c151bc1f7929462928568febf4940d032aa85ecde28df31bd20f4cc8431baea3936c272c755db96b7013cbbec773144867668bf50aa')
build() {
cd "${srcdir}/${_name}-${pkgver}"