summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2024-03-15 21:18:46 -0400
committerAndrew Sun2024-03-15 21:18:46 -0400
commitab34eb630965a317ca2a2ab32480d4b90603a0c2 (patch)
treed1b79c2a99be9dd0c5ad0c8cf63772e6e0f12b2d /PKGBUILD
parentce6eb821d463aab7100dd8b4c2f412121bb01853 (diff)
downloadaur-python-ftfy.tar.gz
6.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7422c1b831f1..603ca203754c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-ftfy
_name=ftfy
-pkgver=6.1.3
-pkgrel=2
+pkgver=6.2.0
+pkgrel=1
pkgdesc='Fixes some problems with Unicode text after the fact'
url="https://github.com/LuminosoInsight/python-ftfy"
arch=('any')
@@ -12,7 +12,7 @@ license=('MIT')
makedepends=('python-build' 'python-installer' 'python-poetry-core' 'python-wheel')
depends=('python-wcwidth')
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/f/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('2c2a8ec537895f70183b39db80ba163053745afe9ffe9d9d51334debc29808c0fc48193edeca397d4e3a9566d885ac222b08f3b0472ff35b3450c882647cde2f')
+sha512sums=('31724b3f65936a146f567a493988b3a3ce5ba87ac7578b97a64f0946cc20d09fcab040964cec9bcf3fbac1f79cad0b67c5e74aaa871a7d6c856f5939e7a30529')
prepare() {
# Keep the build backend from including `CHANGELOG.md` and `README.md`