summaryrefslogtreecommitdiff
path: root/community/python-psutil/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-psutil/PKGBUILD')
-rw-r--r--community/python-psutil/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/python-psutil/PKGBUILD b/community/python-psutil/PKGBUILD
index 56b185db6..43032b93f 100644
--- a/community/python-psutil/PKGBUILD
+++ b/community/python-psutil/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 108467 2014-03-27 14:48:02Z fyan $
+# $Id: PKGBUILD 109232 2014-04-11 23:45:33Z seblu $
# Maintainer: Sébastien Luttringer
pkgbase=python-psutil
pkgname=('python-psutil' 'python2-psutil')
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
arch=('i686' 'x86_64')
url='http://code.google.com/p/psutil/'
license=('custom: BSD')
makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
checkdepends=('net-tools' 'procps-ng')
source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz")
-md5sums=('9ee83ff3d68396f91ebdf71ae83b152d')
+md5sums=('ba1f51f4c8e2c74cba48cef70b8a5bec')
build() {
cd psutil-$pkgver