[arch-commits] Commit in glances/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Aug 18 14:01:37 UTC 2013


    Date: Sunday, August 18, 2013 @ 16:01:37
  Author: bpiotrowski
Revision: 95892

upgpkg: glances 1.7-2

- replace python2-distribute with python2-setuptools

Modified:
  glances/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-18 12:48:25 UTC (rev 95891)
+++ PKGBUILD	2013-08-18 14:01:37 UTC (rev 95892)
@@ -4,12 +4,12 @@
 
 pkgname=glances
 pkgver=1.7
-pkgrel=1
+pkgrel=2
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
 url='https://github.com/nicolargo/glances'
 license=('LGPL')
-depends=('python2' 'python2-psutil' 'python2-distribute')
+depends=('python2' 'python2-psutil' 'python2-setuptools')
 optdepends=('python2-jinja: HTML export'
             'python2-sensors: temperature sensors support')
 source=($url/archive/v$pkgver.tar.gz)
@@ -20,5 +20,3 @@
   sed 's|^#!/usr/bin/env python$|&2|' -i glances/glances.py
   python2 setup.py install --prefix=/usr --root=$pkgdir
 }
-
-# vim:ts=2:sw=2:et:




More information about the arch-commits mailing list