python-unidecode: Update to 1.1.2

This commit is contained in:
Konstantin Podsvirov
2020-12-23 00:17:05 +03:00
parent 7070aa2337
commit 14530f97eb

View File

@@ -3,7 +3,7 @@
_realname=unidecode
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.1.1
pkgver=1.1.2
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=('79a65293aacd2a7b9e956d71d49207883920950a8d352ad0b6211587993c892e')
sha256sums=('f0d6c88b0629e8101aaa954f931d20a117f415846029da706b20a4ba4bc8bd41')
prepare() {
cd "${srcdir}"