From d5fd8bf85740c8bda761be57c4e27040b38819bb Mon Sep 17 00:00:00 2001 From: Sarah Ottinger Date: Sat, 17 Apr 2021 17:39:52 -0700 Subject: [PATCH] ftfy 6.0.1 --- mingw-w64-python-ftfy/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-ftfy/PKGBUILD b/mingw-w64-python-ftfy/PKGBUILD index b9692072fc..683d9c4990 100644 --- a/mingw-w64-python-ftfy/PKGBUILD +++ b/mingw-w64-python-ftfy/PKGBUILD @@ -3,7 +3,7 @@ _realname=ftfy pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=6.0 +pkgver=6.0.1 pkgrel=1 pkgdesc='Fixes some problems with Unicode text after the fact (mingw-w64)' arch=('any') @@ -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=('4d7445f7c05d4ad3751147094da400dcf1f7a9c93844f5ed168bbcf17e4598ca') +sha256sums=('9eb68533eb2a6124e96ed7f63049e6c519194fda3fae92629b5e0b5753cb2c8f') prepare() { cd "$srcdir"