diff --git a/mingw-w64-python-unidecode/PKGBUILD b/mingw-w64-python-unidecode/PKGBUILD index 04486b6781..d6f90c6a4f 100644 --- a/mingw-w64-python-unidecode/PKGBUILD +++ b/mingw-w64-python-unidecode/PKGBUILD @@ -3,7 +3,7 @@ _realname=unidecode pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.3.2 +pkgver=1.3.4 pkgrel=1 pkgdesc='ASCII transliterations of Unicode text (mingw-w64)' arch=('any') @@ -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=('602bb20f89c12d9d745045becfbd48873f8ef500fb22da26d4ade4b92876c58e') +sha256sums=('4a642550c6f1f905a5806b99a7bf55c512e12e593912c84933d5793a26618505') prepare() { cd "${srcdir}"