summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2021-02-13 10:23:53 -0500
committerAndrew Sun2021-02-13 10:23:53 -0500
commit30c9cd8817ee98f23a4d87d83442baee50c9af32 (patch)
tree5527ac7a58828a625f82ecb23b3652a82b8db5ba
parentaa5e9fa885817366d6f98d69b53b452756633736 (diff)
downloadaur-30c9cd8817ee98f23a4d87d83442baee50c9af32.tar.gz
5.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00eaddb43d87..71fcf87a829b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-ftfy
pkgdesc = Fixes some problems with Unicode text after the fact
- pkgver = 5.8
+ pkgver = 5.9
pkgrel = 1
url = https://github.com/LuminosoInsight/python-ftfy
arch = any
license = MIT
makedepends = python-setuptools
depends = python-wcwidth
- source = python-ftfy-5.8.tar.gz::https://files.pythonhosted.org/packages/source/f/ftfy/ftfy-5.8.tar.gz
- sha512sums = 1a386acb02b4b644b8b008b99d18b538a759432dfd188059713e75e09eb243c6c3789ae88a48687e79b42e8f8ac23a53b8a5a6c0c16d76795054383de078aa14
+ source = python-ftfy-5.9.tar.gz::https://files.pythonhosted.org/packages/source/f/ftfy/ftfy-5.9.tar.gz
+ sha512sums = c0a2518baffcb1add4e1cf957dc3d18787f9fafab55be4f3a2d9afeaf8f7056f04b4ce1337f8c9f425c5181a6254a2dbc528a69ead2e58db8dd91d29fb4330ef
pkgname = python-ftfy
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"