summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 869ee650285e..73d68c7d9611 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-ftfy
_name=ftfy
-pkgver=5.8
+pkgver=5.9
pkgrel=1
pkgdesc='Fixes some problems with Unicode text after the fact'
url="https://github.com/LuminosoInsight/python-ftfy"
@@ -12,7 +12,7 @@ license=('MIT')
makedepends=('python-setuptools')
depends=('python-wcwidth')
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/f/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('1a386acb02b4b644b8b008b99d18b538a759432dfd188059713e75e09eb243c6c3789ae88a48687e79b42e8f8ac23a53b8a5a6c0c16d76795054383de078aa14')
+sha512sums=('c0a2518baffcb1add4e1cf957dc3d18787f9fafab55be4f3a2d9afeaf8f7056f04b4ce1337f8c9f425c5181a6254a2dbc528a69ead2e58db8dd91d29fb4330ef')
build() {
cd "$_name-$pkgver"