diff --git a/mingw-w64-python-unidecode/PKGBUILD b/mingw-w64-python-unidecode/PKGBUILD index d3faeb07e1..44d98f0297 100644 --- a/mingw-w64-python-unidecode/PKGBUILD +++ b/mingw-w64-python-unidecode/PKGBUILD @@ -3,8 +3,8 @@ _realname=unidecode pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.3.4 -pkgrel=2 +pkgver=1.3.6 +pkgrel=1 pkgdesc='ASCII transliterations of Unicode text (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') @@ -13,7 +13,7 @@ license=('GPL') depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("unidecode-unidecode-${pkgver}.tar.gz"::"https://github.com/avian2/unidecode/archive/unidecode-${pkgver}.tar.gz") -sha256sums=('4a642550c6f1f905a5806b99a7bf55c512e12e593912c84933d5793a26618505') +sha256sums=('acdcd8911c09e3d37b56158879b7ecbffc2c542adeb3c652aad1515a579f7761') prepare() { cd "${srcdir}"