summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Quinn2018-09-09 19:36:02 +0100
committerDaniel Quinn2018-09-09 19:36:02 +0100
commitb279d3ad24edbd8041a12fbadaf8a4a35e169f43 (patch)
tree2ea3820fa407d509081f339f5a363f13f1b8ba01
parentf9210c3f1add9e7072f9a0624717b8a998268f5a (diff)
downloadaur-b279d3ad24edbd8041a12fbadaf8a4a35e169f43.tar.gz
Update for 0.6.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77730749391a..64586a81e79f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aletheia
pkgdesc = Fight fake news with cryptography & human nature
- pkgver = 0.6.3
+ pkgver = 0.6.4
pkgrel = 1
url = https://pypi.org/project/aletheia/
arch = any
@@ -15,8 +15,8 @@ pkgbase = python-aletheia
depends = python-requests
depends = python-termcolor
depends = python-piexif
- source = https://files.pythonhosted.org/packages/source/a/aletheia/aletheia-0.6.3.tar.gz
- sha512sums = 4734dfd2a86725a6cac29c56600b7e40b36bc34dbd08ce2727ce9669780ec21e1fe439039396c4c56a1acb2500d134892f3ee11731e27636d367d0a8cc4e1dd3
+ source = https://files.pythonhosted.org/packages/source/a/aletheia/aletheia-0.6.4.tar.gz
+ sha512sums = b1709534f38f0d6c98a3bc89908571920350dd4ae473f8358568e2c6cbd88b33dceb4f9eea3074b0deb9da0c0565ca0b0939a3f139885a19f66da0b4b30688b7
pkgname = python-aletheia
diff --git a/PKGBUILD b/PKGBUILD
index 1a2152fa339b..85b9f2fdc907 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Quinn <archlinux at danielquinn dot org>
pkgname="python-aletheia"
-pkgver=0.6.3
+pkgver=0.6.4
pkgrel=1
pkgdesc="Fight fake news with cryptography & human nature"
_name=${pkgname#python-}
@@ -19,7 +19,7 @@ depends=('ffmpeg'
'python-termcolor'
'python-piexif')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('4734dfd2a86725a6cac29c56600b7e40b36bc34dbd08ce2727ce9669780ec21e1fe439039396c4c56a1acb2500d134892f3ee11731e27636d367d0a8cc4e1dd3')
+sha512sums=('b1709534f38f0d6c98a3bc89908571920350dd4ae473f8358568e2c6cbd88b33dceb4f9eea3074b0deb9da0c0565ca0b0939a3f139885a19f66da0b4b30688b7')
build() {
cd "${srcdir}/${_name}-${pkgver}"