python-psutil: update to 5.4.5
This commit is contained in:
parent
5367c71b53
commit
0869602d86
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-psutil'
|
||||
pkgname=python-psutil
|
||||
version=5.4.3
|
||||
version=5.4.5
|
||||
revision=1
|
||||
wrksrc="psutil-${version}"
|
||||
build_style=python-module
|
||||
|
@ -10,9 +10,9 @@ pycompile_module="psutil"
|
|||
short_desc="Cross-platform process and system utilities module for Python2"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/giampaolo/psutil"
|
||||
license="3-clause-BSD"
|
||||
license="BSD-3-Clause"
|
||||
distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz"
|
||||
checksum=e2467e9312c2fa191687b89ff4bc2ad8843be4af6fb4dc95a7cc5f7d7a327b18
|
||||
checksum=ebe293be36bb24b95cdefc5131635496e88b17fabbcf1e4bc9b5c01f5e489cfe
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue