diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-14 09:52:50 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-14 09:52:50 +0200 |
commit | b7f66a52ecf7bd12688286f7ae41a9d3ad22caa4 (patch) | |
tree | e8da097859d39d5b1529b8833e81dc8bbca45909 /community/python-psutil/PKGBUILD | |
parent | 74e81d0a23e0ca7480b035c9c388a3e0f033022f (diff) | |
parent | 8ec4fd7a9e4748c568b20fefcb2dec0f289dc213 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/python-psutil/PKGBUILD
extra/timidity++/PKGBUILD
Diffstat (limited to 'community/python-psutil/PKGBUILD')
-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 bd8641c1e..df1a0ab2f 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' 'mips64el') 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: |