From 2e6a5ab9f70653ae419c8654954097f73c45ec6f Mon Sep 17 00:00:00 2001 From: totaam Date: Sun, 8 Aug 2021 22:57:32 +0700 Subject: [PATCH] bump pkgrel --- mingw-w64-python-rencode/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-rencode/PKGBUILD b/mingw-w64-python-rencode/PKGBUILD index 54d9f64cd2..21597cec06 100644 --- a/mingw-w64-python-rencode/PKGBUILD +++ b/mingw-w64-python-rencode/PKGBUILD @@ -7,7 +7,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=1.0.6 -pkgrel=2 +pkgrel=3 pkgdesc="Python module for fast (basic) object serialization similar to bencode (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')