diff options
Diffstat (limited to 'community/python-psutil/PKGBUILD')
-rw-r--r-- | community/python-psutil/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/python-psutil/PKGBUILD b/community/python-psutil/PKGBUILD index 0d96246c0..de8409cf7 100644 --- a/community/python-psutil/PKGBUILD +++ b/community/python-psutil/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 68068 2012-03-17 16:12:56Z seblu $ +# $Id: PKGBUILD 73458 2012-07-08 00:12:47Z seblu $ # Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> pkgbase=python-psutil pkgname=('python-psutil' 'python2-psutil') -pkgver=0.4.1 -pkgrel=3 +pkgver=0.5.1 +pkgrel=1 arch=('i686' 'x86_64') 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=('2705862e00280a7fa76cfb687dbd61623d5e236e') +sha1sums=('e4276dd11b5f03c4397490736f6c6445a7e64798') build() { cd psutil-$pkgver |