summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2021-05-24 09:11:30 -0400
committerAndrew Sun2021-05-24 09:11:30 -0400
commit0621e35bb937a40903809d94902513cb8bbdaa66 (patch)
tree335a1d063d49d7d522b25db9ae2c416cf2c89775
parent2cf2c2c2ef927c565985e7030158ef025ea2c633 (diff)
downloadaur-0621e35bb937a40903809d94902513cb8bbdaa66.tar.gz
6.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e95200e9c7d1..102d8da810b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-ftfy
pkgdesc = Fixes some problems with Unicode text after the fact
- pkgver = 6.0.1
+ pkgver = 6.0.3
pkgrel = 1
url = https://github.com/LuminosoInsight/python-ftfy
arch = any
license = MIT
makedepends = python-setuptools
depends = python-wcwidth
- source = python-ftfy-6.0.1.tar.gz::https://files.pythonhosted.org/packages/source/f/ftfy/ftfy-6.0.1.tar.gz
- sha512sums = 9842663b1aeb78acce1e191b5d51b1e587f8177ba334371b840723b8b61835e99ef01cba8a6b6de7da94b133d8dd2dc4077f9ca2ac0adf4d99a0d8ddfd6464bf
+ source = python-ftfy-6.0.3.tar.gz::https://files.pythonhosted.org/packages/source/f/ftfy/ftfy-6.0.3.tar.gz
+ sha512sums = 52231f2e63464b1dab3190ff35053704ec0a497801d3bd3c76358f20775172e98e2f145763ab6788c24480be16256562a62cd50c6f028bc91128e8c586a08af5
pkgname = python-ftfy
diff --git a/PKGBUILD b/PKGBUILD
index 9d0818c518bf..3180e9451b52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-ftfy
_name=ftfy
-pkgver=6.0.1
+pkgver=6.0.3
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=('9842663b1aeb78acce1e191b5d51b1e587f8177ba334371b840723b8b61835e99ef01cba8a6b6de7da94b133d8dd2dc4077f9ca2ac0adf4d99a0d8ddfd6464bf')
+sha512sums=('52231f2e63464b1dab3190ff35053704ec0a497801d3bd3c76358f20775172e98e2f145763ab6788c24480be16256562a62cd50c6f028bc91128e8c586a08af5')
build() {
cd "$_name-$pkgver"