diff options
author | root <root@rshg054.dnsready.net> | 2013-07-12 01:25:16 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-12 01:25:16 -0700 |
commit | 2579dc888d0308c442245d932f99cc4c61c39299 (patch) | |
tree | 5918cd8d62c952274814cf483fc59ed0d0751d1b /community/python-psutil/PKGBUILD | |
parent | 2e85ee969c4be5762301fc1447315f132aca1fc8 (diff) |
Fri Jul 12 01:25:08 PDT 2013
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 6fd9c3a94..831b7b73b 100644 --- a/community/python-psutil/PKGBUILD +++ b/community/python-psutil/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 90289 2013-05-10 23:21:33Z seblu $ +# $Id: PKGBUILD 93848 2013-07-11 09:47:42Z seblu $ # Maintainer: Sébastien Luttringer pkgbase=python-psutil pkgname=('python-psutil' 'python2-psutil') -pkgver=0.7.1 +pkgver=1.0.0 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=('9c67e61ce00166d7831a4cdcbd2fe534708681a1') +source=("https://psutil.googlecode.com/files/psutil-$pkgver.tar.gz") +sha1sums=('f1a8cbdad2f4254b8c0c84c79d5c2229fd6e65d9') build() { cd psutil-$pkgver |