summaryrefslogtreecommitdiff
path: root/community/python-psutil/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-psutil/PKGBUILD')
-rw-r--r--community/python-psutil/PKGBUILD10
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