summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLingMan2023-04-07 16:14:03 +0200
committerLingMan2023-04-07 16:14:03 +0200
commit95a4ebef38c2c004e1b382bba4f1e8d6ad348a4d (patch)
tree972b97b941e97aec13d44b8ad16b2738ccb2d7f8 /PKGBUILD
parentc185c02351f72ad74c816361e20781f16b96a107 (diff)
downloadaur-python2-psutil.tar.gz
Update to v5.9.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 798897dca0d3..afc44172d4af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname='python2-psutil'
-pkgver=5.9.1
+pkgver=5.9.4
pkgrel=1
pkgdesc='A cross-platform process and system utilities module for Python2'
arch=('x86_64')
@@ -8,7 +8,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=('ea131f301e1464bde52493910631d3cb3c8ac6a8456c19218c24433d94c11eada1cb553496838ba42eff0d6ea2ed8be68115261439fdf6ea4a642fa3fc18dc1c')
build() {
cd psutil-release-$pkgver