diff options
author | root <root@rshg054.dnsready.net> | 2013-10-11 00:07:28 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-11 00:07:28 -0700 |
commit | c38c20f4261c973628038df011b526c6ad4e0489 (patch) | |
tree | 177946f9ec2d7ef5e23b9ffdd749442d18923aa6 /community/python-psutil | |
parent | 361f95d1ff881daf5f87cb14917bd524511abfc5 (diff) |
Fri Oct 11 00:07:27 PDT 2013
Diffstat (limited to 'community/python-psutil')
-rw-r--r-- | community/python-psutil/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/python-psutil/PKGBUILD b/community/python-psutil/PKGBUILD index e2d673dc9..3e3408638 100644 --- a/community/python-psutil/PKGBUILD +++ b/community/python-psutil/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 96120 2013-08-20 06:32:54Z lcarlier $ +# $Id: PKGBUILD 98418 2013-10-09 22:50:40Z seblu $ # Maintainer: Sébastien Luttringer pkgbase=python-psutil pkgname=('python-psutil' 'python2-psutil') -pkgver=1.0.1 -pkgrel=2 +pkgver=1.1.1 +pkgrel=1 arch=('i686' 'x86_64') url='http://code.google.com/p/psutil/' license=('custom: BSD') makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools') -source=("https://psutil.googlecode.com/files/psutil-$pkgver.tar.gz") -sha1sums=('3d3abb8b7a5479b7299a8d170ec25179410f24d1') +source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz") +md5sums=('24430ee6486be2f1a960d9ce4dc87ad0') build() { cd psutil-$pkgver |