From d50cf42079f0ea9d90e0a548acd4fcb2a79faba2 Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Sun, 21 Mar 2021 14:05:47 +0300 Subject: [PATCH] python-unidecode: Update to 1.2.0 --- 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 9e474bbe82..4487f46c1e 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.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}"