From efd024f6ba28ee8e4fbaa47cb298b4caafca9403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= <79349457+MehdiChinoune@users.noreply.github.com> Date: Wed, 6 Apr 2022 17:09:03 +0100 Subject: [PATCH] python-unidecode: update to 1.3.4 --- 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 04486b6781..d6f90c6a4f 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.3.2 +pkgver=1.3.4 pkgrel=1 pkgdesc='ASCII transliterations of Unicode text (mingw-w64)' arch=('any') @@ -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=('602bb20f89c12d9d745045becfbd48873f8ef500fb22da26d4ade4b92876c58e') +sha256sums=('4a642550c6f1f905a5806b99a7bf55c512e12e593912c84933d5793a26618505') prepare() { cd "${srcdir}"