python-ftfy: update to 6.1.1

This commit is contained in:
Mehdi Chinoune
2022-07-31 05:28:57 +00:00
parent 66b1e4da7a
commit 9f1ee4ea42

View File

@@ -3,8 +3,8 @@
_realname=ftfy
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=6.0.3
pkgrel=3
pkgver=6.1.1
pkgrel=1
pkgdesc='Fixes some problems with Unicode text after the fact (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
@@ -13,7 +13,7 @@ license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python-wcwidth")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://files.pythonhosted.org/packages/source/f/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('ba71121a9c8d7790d3e833c6c1021143f3e5c4118293ec3afb5d43ed9ca8e72b')
sha256sums=('bfc2019f84fcd851419152320a6375604a0f1459c281b5b199b2cd0d2e727f8f')
prepare() {
cd "$srcdir"