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

Sébastien Luttringer seblu at archlinux.org
Fri May 13 08:19:16 UTC 2016


    Date: Friday, May 13, 2016 @ 10:19:16
  Author: seblu
Revision: 175136

upgpkg: glances 2.6.2-1

- not released on pypi, switching to github

Modified:
  glances/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-13 08:13:03 UTC (rev 175135)
+++ PKGBUILD	2016-05-13 08:19:16 UTC (rev 175136)
@@ -4,12 +4,13 @@
 # Contributor: Francois Boulogne <fboulogne at april dot org>
 
 pkgname=glances
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
 url='https://github.com/nicolargo/glances'
 license=('LGPL')
+makedepends=('git')
 depends=('python' 'python-psutil' 'python-setuptools')
 optdepends=('hddtemp: HDD temperature monitoring support'
             'python-bottle: web server support'
@@ -17,11 +18,11 @@
             'python-matplotlib: for graphical/chart support'
             '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=('576e1cb937c1d1f384edaf20e4e33d98')
+source=("git+https://github.com/nicolargo/glances.git#tag=v$pkgver")
+md5sums=('SKIP')
 
 package() {
-  cd Glances-$pkgver
+  cd glances
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
 }
 



More information about the arch-commits mailing list