python-unidecode: Update to 1.2.0

This commit is contained in:
Konstantin Podsvirov
2021-03-21 14:05:47 +03:00
parent dd9f83b535
commit d50cf42079

View File

@@ -3,7 +3,7 @@
_realname=unidecode
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.1.2
pkgver=1.2.0
pkgrel=1
pkgdesc='ASCII transliterations of Unicode text (mingw-w64)'
arch=('any')
@@ -13,7 +13,7 @@ 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")
install=${_realname}-${CARCH}.install
sha256sums=('f0d6c88b0629e8101aaa954f931d20a117f415846029da706b20a4ba4bc8bd41')
sha256sums=('e1577d7f51619995b3fcc854c5c5ff196197665af2f8ea82f0fe04c640580055')
prepare() {
cd "${srcdir}"