python-setproctitle: update to 1.3.3

This commit is contained in:
Mehdi Chinoune
2023-10-03 19:41:25 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 7dc70cbb99
commit 0035f4682b

View File

@@ -6,8 +6,8 @@ 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=1.3.2
pkgrel=2
pkgver=1.3.3
pkgrel=1
pkgdesc="A Python module to customize the process title (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
@@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-cc")
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/dvarrazzo/py-setproctitle/archive/version-${pkgver}.tar.gz")
sha512sums=('834afff1e3d81bb9813681a7df19701a1c949f12fdc6848143997dd15b9e7af0404ea69c8cce68db70b3b66210539b6e6add12f8f1dcc092a77200a41c776715')
sha512sums=('c07f783dfeed33e01ea0616cfa78c9619f037b622010fc719611a610f9fa97cd85cc62f05480caaf732cc2c1755b013e9acbf229165ced4afc54b2179f1f9bf7')
apply_patch_with_msg() {
for _patch in "$@"