summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Quinn2019-02-10 17:26:09 +0000
committerDaniel Quinn2019-02-10 17:26:09 +0000
commit427e90914cc703cde06cdd8887790aec109b4d72 (patch)
tree19c62007492d55a9d6ea9dc28e67c4beaa40848d
parente1b7a887465382d938a3a3c8ecb9670da377c4b8 (diff)
downloadaur-427e90914cc703cde06cdd8887790aec109b4d72.tar.gz
Update for 3.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65f18824c542..bce697875380 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aletheia
pkgdesc = Fight fake news with cryptography & human nature
- pkgver = 3.0.0
+ pkgver = 3.1.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-3.0.0.tar.gz
- sha512sums = f7085fba15b3c031c4054c151bc1f7929462928568febf4940d032aa85ecde28df31bd20f4cc8431baea3936c272c755db96b7013cbbec773144867668bf50aa
+ source = https://files.pythonhosted.org/packages/source/a/aletheia/aletheia-3.1.0.tar.gz
+ sha512sums = 6783bdbe3f2c9443f10fe8cf5c55728d18f6dda58728b2e4ebb735ee64f476626efee2162fdf2250d2c84792c809afe4532706d2a1adce94ae3ebc9bfac9581f
pkgname = python-aletheia
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}"