summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Quinn2019-01-31 20:03:53 +0000
committerDaniel Quinn2019-01-31 20:03:53 +0000
commite1b7a887465382d938a3a3c8ecb9670da377c4b8 (patch)
treefae09e7ff26a9abef2f59f9494d69f9d79eef0d7
parent94abd0b1a1a7558a36a157d263c8e1a29dea80f2 (diff)
downloadaur-e1b7a887465382d938a3a3c8ecb9670da377c4b8.tar.gz
Update for 3.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24d634adcd70..65f18824c542 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aletheia
pkgdesc = Fight fake news with cryptography & human nature
- pkgver = 2.0.2
+ pkgver = 3.0.0
pkgrel = 1
url = https://pypi.org/project/aletheia/
arch = any
@@ -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.2.tar.gz
- sha512sums = 56d5e10f0f9ad3d419d9e866987bc782fd547214d6886947cd49d4d1e55bbbb4773f3e51e83cafb98a89ca3bc8ddb8db50985a33ea06142fa3e09030d8cd04d9
+ source = https://files.pythonhosted.org/packages/source/a/aletheia/aletheia-3.0.0.tar.gz
+ sha512sums = f7085fba15b3c031c4054c151bc1f7929462928568febf4940d032aa85ecde28df31bd20f4cc8431baea3936c272c755db96b7013cbbec773144867668bf50aa
pkgname = python-aletheia
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}"