Date: Sunday, April 17, 2016 @ 00:27:04
  Author: seblu
Revision: 171219

upgpkg: glances 2.6.1-1

Modified:
  glances/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-04-16 22:11:45 UTC (rev 171218)
+++ PKGBUILD    2016-04-16 22:27:04 UTC (rev 171219)
@@ -4,8 +4,8 @@
 # Contributor: Francois Boulogne <fboulogne at april dot org>
 
 pkgname=glances
-pkgver=2.5.1
-pkgrel=2
+pkgver=2.6.1
+pkgrel=1
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
 url='https://github.com/nicolargo/glances'
@@ -18,13 +18,11 @@
             'python-netifaces: for the IP plugin'
             'zeroconf: for the autodiscover mode')
 
source=("https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz";)
-md5sums=('b8a7815353cf10e1aafffc6f4f235926')
+md5sums=('576e1cb937c1d1f384edaf20e4e33d98')
 
 package() {
   cd Glances-$pkgver
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  # remove html doc
-  rm -r "$pkgdir/usr/share/doc/$pkgname"/{glances-doc.html,images}
 }
 
 # vim:set ts=2 sw=2 et:

Reply via email to