summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Quinn2019-02-10 17:26:09 +0000
committerDaniel Quinn2019-02-10 17:26:09 +0000
commit427e90914cc703cde06cdd8887790aec109b4d72 (patch)
tree19c62007492d55a9d6ea9dc28e67c4beaa40848d /PKGBUILD
parente1b7a887465382d938a3a3c8ecb9670da377c4b8 (diff)
downloadaur-427e90914cc703cde06cdd8887790aec109b4d72.tar.gz
Update for 3.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5915fcf7b4a..c9041e19f991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Quinn <archlinux at danielquinn dot org>
pkgname="python-aletheia"
-pkgver=3.0.0
+pkgver=3.1.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=('f7085fba15b3c031c4054c151bc1f7929462928568febf4940d032aa85ecde28df31bd20f4cc8431baea3936c272c755db96b7013cbbec773144867668bf50aa')
+sha512sums=('6783bdbe3f2c9443f10fe8cf5c55728d18f6dda58728b2e4ebb735ee64f476626efee2162fdf2250d2c84792c809afe4532706d2a1adce94ae3ebc9bfac9581f')
build() {
cd "${srcdir}/${_name}-${pkgver}"