From bcad2500cded7bee3cb97c06a9f5f3fdf03cead0 Mon Sep 17 00:00:00 2001 From: Naveen M K Date: Fri, 18 Jun 2021 11:16:19 +0530 Subject: [PATCH] bump pkgrel --- mingw-w64-python3.9/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python3.9/PKGBUILD b/mingw-w64-python3.9/PKGBUILD index a8d8330df4..36d7f3e5e8 100644 --- a/mingw-w64-python3.9/PKGBUILD +++ b/mingw-w64-python3.9/PKGBUILD @@ -29,7 +29,7 @@ else pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}${_pybasever}") fi pkgver=${_pybasever}.5 -pkgrel=4 +pkgrel=5 pkgdesc="A high-level scripting language (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')