* update python-setproctitle to 1.3.3-1

This commit is contained in:
Alexander Baldeck 2023-11-02 20:26:32 +01:00
parent bf15704061
commit b04442e715

View File

@ -2,8 +2,8 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=python-setproctitle
pkgver=1.3.2
pkgrel=2
pkgver=1.3.3
pkgrel=1
pkgdesc="Allows a python process to change its process title"
license=("BSD")
url="https://github.com/dvarrazzo/py-setproctitle"
@ -12,7 +12,7 @@ makedepends=(python-setuptools python-wheel python-build python-installer)
checkdepends=('python-pytest' 'procps-ng')
arch=(x86_64 powerpc64le powerpc riscv64)
source=(https://files.pythonhosted.org/packages/source/s/setproctitle/setproctitle-$pkgver.tar.gz)
sha256sums=('b9fb97907c830d260fa0658ed58afd48a86b2b88aac521135c352ff7fd3477fd')
sha256sums=('c913e151e7ea01567837ff037a23ca8740192880198b7fbb90b16d181607caae')
build() {
cd "$srcdir"/setproctitle-$pkgver