From 6c615da3737a2bc4014f53996de166acd60d2b29 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sun, 18 Sep 2022 20:05:21 +0000 Subject: [PATCH] python-regex: update to 2022.9.13 --- mingw-w64-python-regex/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-regex/PKGBUILD b/mingw-w64-python-regex/PKGBUILD index bd4b930980..9029f5d899 100644 --- a/mingw-w64-python-regex/PKGBUILD +++ b/mingw-w64-python-regex/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=2022.8.17 +pkgver=2022.9.13 pkgrel=1 pkgdesc="Alternative python regular expression module. (mingw-w64)" arch=('any') @@ -17,7 +17,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-cc") source=("https://files.pythonhosted.org/packages/source/r/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('5c77eab46f3a2b2cd8bbe06467df783543bf7396df431eb4a144cc4b89e9fb3c') +sha256sums=('f07373b6e56a6f3a0df3d75b651a278ca7bd357a796078a26a958ea1ce0588fd') prepare() { cd "${srcdir}/${_realname}-${pkgver}"