python-unidecode: update to 1.3.6

This commit is contained in:
Mehdi Chinoune
2022-10-01 08:30:40 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent f34bc7c7ad
commit 56cd18c7bd

View File

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