summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f622fa06bc9..e73852209418 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Matthew Gamble <git@matthewgamble.net>
pkgname=python-proc
-pkgver=0.9.1
+pkgver=0.10.1
pkgrel=1
pkgdesc="Simple interface to Linux process information"
arch=("any")
url="https://github.com/xolox/python-proc"
license=("MIT")
depends=("python" "python-coloredlogs" "python-executor" "python-humanfriendly" "python-property-manager")
+makedepends=("python-setuptools")
source=("https://github.com/xolox/python-proc/archive/${pkgver}.tar.gz")
-md5sums=("9c6452e3025fbd80ee0eec10cc5aafc7")
+sha512sums=("b1c41ec143470994a7239b033123113be3eb9f95ee78f14d3fd92f7fbb9061bc35776b71e037e7ab7b538e989c7e10cb89f0ff1f6782a53c9724ecc4fa051a67")
package() {
cd "python-proc-${pkgver}"