[arch-commits] Commit in glances/repos/community-any (PKGBUILD PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Thu Jun 1 19:03:42 UTC 2017
Date: Thursday, June 1, 2017 @ 19:03:41
Author: seblu
Revision: 232562
archrelease: copy trunk to community-any
Added:
glances/repos/community-any/PKGBUILD
(from rev 232561, glances/trunk/PKGBUILD)
Deleted:
glances/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-01 19:03:12 UTC (rev 232561)
+++ PKGBUILD 2017-06-01 19:03:41 UTC (rev 232562)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-
-pkgname=glances
-pkgver=2.9.1
-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'
- 'python-docker-py: for the Docker monitoring support'
- 'python-matplotlib: for graphical/chart support'
- 'python-netifaces: for the IP plugin'
- 'zeroconf: for the autodiscover mode')
-source=("git+https://github.com/nicolargo/glances.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-package() {
- cd glances
- python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: glances/repos/community-any/PKGBUILD (from rev 232561, glances/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-06-01 19:03:41 UTC (rev 232562)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=glances
+pkgver=2.10
+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'
+ 'python-docker-py: for the Docker monitoring support'
+ 'python-matplotlib: for graphical/chart support'
+ 'python-netifaces: for the IP plugin'
+ 'zeroconf: for the autodiscover mode')
+source=("git+https://github.com/nicolargo/glances.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+package() {
+ cd glances
+ python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list