diff options
author | root <root@rshg054.dnsready.net> | 2013-08-21 02:15:21 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-21 02:15:21 -0700 |
commit | 62b00d5bf76ef2c670dbeefe2051629d96ab7660 (patch) | |
tree | f04db1df7254ec8354311c9024cfd53a90fc6a79 /community/python-psutil/PKGBUILD | |
parent | 1ae31a85e191bbf7313077b472a66d1c24af1f74 (diff) |
Wed Aug 21 02:13:52 PDT 2013
Diffstat (limited to 'community/python-psutil/PKGBUILD')
-rw-r--r-- | community/python-psutil/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python-psutil/PKGBUILD b/community/python-psutil/PKGBUILD index 57ff32024..e2d673dc9 100644 --- a/community/python-psutil/PKGBUILD +++ b/community/python-psutil/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 94009 2013-07-13 10:59:45Z seblu $ +# $Id: PKGBUILD 96120 2013-08-20 06:32:54Z lcarlier $ # Maintainer: Sébastien Luttringer pkgbase=python-psutil pkgname=('python-psutil' 'python2-psutil') pkgver=1.0.1 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url='http://code.google.com/p/psutil/' license=('custom: BSD') -makedepends=('python' 'python-distribute' 'python2' 'python2-distribute') +makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools') source=("https://psutil.googlecode.com/files/psutil-$pkgver.tar.gz") sha1sums=('3d3abb8b7a5479b7299a8d170ec25179410f24d1') |