From 14530f97eb2e0a403de142fdc36b770b2a1e2cce Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Wed, 23 Dec 2020 00:17:05 +0300 Subject: [PATCH] python-unidecode: Update to 1.1.2 --- mingw-w64-python-unidecode/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-unidecode/PKGBUILD b/mingw-w64-python-unidecode/PKGBUILD index 7aaa8364e2..9e474bbe82 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.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}"