diff options
Diffstat (limited to 'community/python-psutil')
-rw-r--r-- | community/python-psutil/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/python-psutil/PKGBUILD b/community/python-psutil/PKGBUILD index 4b00d7e8c..041dcacb4 100644 --- a/community/python-psutil/PKGBUILD +++ b/community/python-psutil/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 78236 2012-10-17 10:26:22Z allan $ -# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> +# $Id: PKGBUILD 88178 2013-04-13 10:41:30Z seblu $ +# Maintainer: Sébastien Luttringer pkgbase=python-psutil pkgname=('python-psutil' 'python2-psutil') -pkgver=0.6.1 -pkgrel=2 +pkgver=0.7.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=('f7a76e201601d8e06a1fdf434422f884888aac86') +sha1sums=('e19bd1c050786616dd81a3b200c61b8147eb9985') build() { cd psutil-$pkgver @@ -40,4 +40,4 @@ package_python2-psutil() { install -D -m 644 LICENSE "$pkgdir/"usr/share/licenses/$pkgname/LICENSE } -# vim:set ts=2 sw=2 ft=sh et: +# vim:set ts=2 sw=2 et: |