summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Quinn2019-02-16 22:08:38 +0000
committerDaniel Quinn2019-02-16 22:08:38 +0000
commita42326a19bf14891f8e55e16a39f577dfd8c6980 (patch)
tree2922536f4c76a29a2285f357542baeecd91ccdf6
parent427e90914cc703cde06cdd8887790aec109b4d72 (diff)
downloadaur-a42326a19bf14891f8e55e16a39f577dfd8c6980.tar.gz
Update for 3.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bce697875380..c8629b68804e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aletheia
pkgdesc = Fight fake news with cryptography & human nature
- pkgver = 3.1.0
+ pkgver = 3.2.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.1.0.tar.gz
- sha512sums = 6783bdbe3f2c9443f10fe8cf5c55728d18f6dda58728b2e4ebb735ee64f476626efee2162fdf2250d2c84792c809afe4532706d2a1adce94ae3ebc9bfac9581f
+ source = https://files.pythonhosted.org/packages/source/a/aletheia/aletheia-3.2.0.tar.gz
+ sha512sums = 8b39832126ca0d00ae1e37925b6366efc37d28e4ae81759eb275e82480cd201a57a8acd7858178d0ac946bc4c4627ef7feb543b4a8f460bb45830e0980a8205b
pkgname = python-aletheia
diff --git a/PKGBUILD b/PKGBUILD
index c9041e19f991..1d293b6c7bc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Quinn <archlinux at danielquinn dot org>
pkgname="python-aletheia"
-pkgver=3.1.0
+pkgver=3.2.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=('6783bdbe3f2c9443f10fe8cf5c55728d18f6dda58728b2e4ebb735ee64f476626efee2162fdf2250d2c84792c809afe4532706d2a1adce94ae3ebc9bfac9581f')
+sha512sums=('8b39832126ca0d00ae1e37925b6366efc37d28e4ae81759eb275e82480cd201a57a8acd7858178d0ac946bc4c4627ef7feb543b4a8f460bb45830e0980a8205b')
build() {
cd "${srcdir}/${_name}-${pkgver}"