summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Quinn2018-12-02 14:59:28 +0000
committerDaniel Quinn2018-12-02 14:59:28 +0000
commita4ffd6e188ef75d1c167550ac8f184b5b33a5655 (patch)
tree0d985016416c8a983f197bbd1e816bdfd7674d1d
parentffc0482ce895bb20aa6df0e6676e9a8f60106f85 (diff)
downloadaur-a4ffd6e188ef75d1c167550ac8f184b5b33a5655.tar.gz
Update to 2.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da31410687d6..82ee136b1c5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aletheia
pkgdesc = Fight fake news with cryptography & human nature
- pkgver = 1.0.1
+ pkgver = 2.0.0
pkgrel = 1
url = https://pypi.org/project/aletheia/
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-aletheia
depends = python-magic
depends = python-requests
depends = python-termcolor
- source = https://files.pythonhosted.org/packages/source/a/aletheia/aletheia-1.0.1.tar.gz
- sha512sums = 8048397c1fd609eda17200fffa51828212599224df0b90cbee91180199b13b072fa86edfc4b1caf1ab1d46f18bd235167408e9b1f39839282e8d663cb4e987de
+ source = https://files.pythonhosted.org/packages/source/a/aletheia/aletheia-2.0.0.tar.gz
+ sha512sums = 8bb8fdda67d6a9853e3a3c44fa4fa200437152609c3766177f238ceac06c44c976fe2895f74cde445479c21a824e333689846c2e94a339acadba1123cbca2454
pkgname = python-aletheia
diff --git a/PKGBUILD b/PKGBUILD
index 67f18510fd24..8c18b1ac1439 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Quinn <archlinux at danielquinn dot org>
pkgname="python-aletheia"
-pkgver=1.0.1
+pkgver=2.0.0
pkgrel=1
pkgdesc="Fight fake news with cryptography & human nature"
_name=${pkgname#python-}
@@ -18,7 +18,7 @@ depends=('ffmpeg'
'python-requests'
'python-termcolor')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('8048397c1fd609eda17200fffa51828212599224df0b90cbee91180199b13b072fa86edfc4b1caf1ab1d46f18bd235167408e9b1f39839282e8d663cb4e987de')
+sha512sums=('8bb8fdda67d6a9853e3a3c44fa4fa200437152609c3766177f238ceac06c44c976fe2895f74cde445479c21a824e333689846c2e94a339acadba1123cbca2454')
build() {
cd "${srcdir}/${_name}-${pkgver}"