summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4319024c0432..5523dbd81931 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Matthew Gamble <git@matthewgamble.net>
pkgname=python-proc
-pkgver=0.10.1
-pkgrel=2
+pkgver=0.11
+pkgrel=1
pkgdesc="Simple interface to Linux process information"
arch=("any")
url="https://github.com/xolox/python-proc"
@@ -10,7 +10,7 @@ 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")
-sha512sums=("b1c41ec143470994a7239b033123113be3eb9f95ee78f14d3fd92f7fbb9061bc35776b71e037e7ab7b538e989c7e10cb89f0ff1f6782a53c9724ecc4fa051a67")
+sha512sums=("b023d20ba3f28c4ed81b95ba0b00b3ca808229cea44b4a213fcbcad7af1a690cc20e6df1e11059473c24689d058b8ea511692a66fe8a440f732a4d69c6e85395")
package() {
cd "python-proc-${pkgver}"