* update python2-psutil to 6.0.0-1

This commit is contained in:
Alexander Baldeck 2024-09-11 19:46:00 +02:00
parent de9e2b4b96
commit b42e950b12

View File

@ -1,7 +1,7 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
pkgname='python2-psutil'
pkgver=5.9.1
pkgver=6.0.0
pkgrel=1
pkgdesc='A cross-platform process and system utilities module for Python2'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -9,7 +9,7 @@ url='https://github.com/giampaolo/psutil'
license=('custom: BSD')
makedepends=('python2' 'python2-setuptools')
source=("https://github.com/giampaolo/psutil/archive/release-$pkgver.tar.gz")
sha512sums=('44008ce813157c09772420c1c5d1f02bc47648286f451e61d3976d36f0c45a7f520bdaaeb59701197ddcb3d7b50b2c83b55190f10667edbf216e44bf08d1eca8')
sha512sums=('9db50d4c10cd6c0a73099f7262c218fd6e8e38fb443d22b42a45765527fe6f982455a7ca23d6d679ccc5df130c4257bb7fb5ee539ac5991d92358a072ab290a7')
build() {
cd psutil-release-$pkgver