python-unidecode: update to 1.3.4

This commit is contained in:
مهدي شينون (Mehdi Chinoune)
2022-04-06 17:09:03 +01:00
committed by GitHub
parent da49b8aad1
commit efd024f6ba

View File

@@ -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}"