summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Quinn2021-12-24 00:27:58 +0000
committerDaniel Quinn2021-12-24 00:27:58 +0000
commit31e480c429bf3f9ad20098b77ffc6dd1d42e10ed (patch)
tree329b2e367c4b49b6e37cc16869fb97ca1dcf9866
parenta42326a19bf14891f8e55e16a39f577dfd8c6980 (diff)
downloadaur-python-aletheia.tar.gz
Bump to 3.3.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8629b68804e..267fc7d28b01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aletheia
pkgdesc = Fight fake news with cryptography & human nature
- pkgver = 3.2.0
+ pkgver = 3.3.2
pkgrel = 1
url = https://pypi.org/project/aletheia/
arch = any
@@ -15,8 +15,7 @@ pkgbase = python-aletheia
depends = python-magic
depends = python-requests
depends = python-termcolor
- source = https://files.pythonhosted.org/packages/source/a/aletheia/aletheia-3.2.0.tar.gz
- sha512sums = 8b39832126ca0d00ae1e37925b6366efc37d28e4ae81759eb275e82480cd201a57a8acd7858178d0ac946bc4c4627ef7feb543b4a8f460bb45830e0980a8205b
+ source = https://files.pythonhosted.org/packages/source/a/aletheia/aletheia-3.3.2.tar.gz
+ sha512sums = abd4ea3f3ae58fdd93286637cf066dac1585baaf0118742d2a0dca9478a86ee00de5df916a11a7f65f252e8c82ef6f3399d3b5d9f21dc8e42b13c95584680fa7
pkgname = python-aletheia
-
diff --git a/PKGBUILD b/PKGBUILD
index 1d293b6c7bc5..c4c086787239 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Quinn <archlinux at danielquinn dot org>
pkgname="python-aletheia"
-pkgver=3.2.0
+pkgver=3.3.2
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=('8b39832126ca0d00ae1e37925b6366efc37d28e4ae81759eb275e82480cd201a57a8acd7858178d0ac946bc4c4627ef7feb543b4a8f460bb45830e0980a8205b')
+sha512sums=('abd4ea3f3ae58fdd93286637cf066dac1585baaf0118742d2a0dca9478a86ee00de5df916a11a7f65f252e8c82ef6f3399d3b5d9f21dc8e42b13c95584680fa7')
build() {
cd "${srcdir}/${_name}-${pkgver}"