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/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python-psutil/PKGBUILD b/community/python-psutil/PKGBUILD
index 6a7be7134..763fcb9ba 100644
--- a/community/python-psutil/PKGBUILD
+++ b/community/python-psutil/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 73458 2012-07-08 00:12:47Z seblu $
+# $Id: PKGBUILD 75268 2012-08-17 10:49:54Z seblu $
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
pkgbase=python-psutil
pkgname=('python-psutil' 'python2-psutil')
-pkgver=0.5.1
+pkgver=0.6.1
pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
url='http://code.google.com/p/psutil/'
license=('custom: BSD')
makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
source=("https://psutil.googlecode.com/files/psutil-$pkgver.tar.gz")
-sha1sums=('e4276dd11b5f03c4397490736f6c6445a7e64798')
+sha1sums=('f7a76e201601d8e06a1fdf434422f884888aac86')
build() {
cd psutil-$pkgver