summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Quinn2019-01-12 11:02:00 +0000
committerDaniel Quinn2019-01-12 11:02:00 +0000
commit94abd0b1a1a7558a36a157d263c8e1a29dea80f2 (patch)
treefb69db487123aad7ead9aa8f82ceced20c7908a1
parent983cecbc4c45a26ab59b82106890356993c7ae6d (diff)
downloadaur-94abd0b1a1a7558a36a157d263c8e1a29dea80f2.tar.gz
Bump to 2.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edddf0c81586..24d634adcd70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-aletheia
pkgdesc = Fight fake news with cryptography & human nature
- pkgver = 2.0.0
- pkgrel = 2
+ pkgver = 2.0.2
+ pkgrel = 1
url = https://pypi.org/project/aletheia/
arch = any
license = AGPL3
@@ -15,8 +15,8 @@ pkgbase = python-aletheia
depends = python-magic
depends = python-requests
depends = python-termcolor
- source = https://files.pythonhosted.org/packages/source/a/aletheia/aletheia-2.0.0.tar.gz
- sha512sums = 8bb8fdda67d6a9853e3a3c44fa4fa200437152609c3766177f238ceac06c44c976fe2895f74cde445479c21a824e333689846c2e94a339acadba1123cbca2454
+ source = https://files.pythonhosted.org/packages/source/a/aletheia/aletheia-2.0.2.tar.gz
+ sha512sums = 56d5e10f0f9ad3d419d9e866987bc782fd547214d6886947cd49d4d1e55bbbb4773f3e51e83cafb98a89ca3bc8ddb8db50985a33ea06142fa3e09030d8cd04d9
pkgname = python-aletheia
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}"