[arch-commits] Commit in glances/repos/community-any (PKGBUILD PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Sun Feb 1 00:00:24 UTC 2015
Date: Sunday, February 1, 2015 @ 01:00:24
Author: seblu
Revision: 126889
archrelease: copy trunk to community-any
Added:
glances/repos/community-any/PKGBUILD
(from rev 126888, glances/trunk/PKGBUILD)
Deleted:
glances/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-01 00:00:08 UTC (rev 126888)
+++ PKGBUILD 2015-02-01 00:00:24 UTC (rev 126889)
@@ -1,26 +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.2.1
-pkgrel=1
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-depends=('python' 'python-psutil' 'python-setuptools')
-optdepends=('python-bottle: web server support'
- 'hddtemp: HDD temperature monitoring support')
-source=("https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz")
-md5sums=('b5d7526cf87e3da364f87ec00d2877dd')
-
-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:
Copied: glances/repos/community-any/PKGBUILD (from rev 126888, glances/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-02-01 00:00:24 UTC (rev 126889)
@@ -0,0 +1,26 @@
+# $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.3
+pkgrel=1
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+depends=('python' 'python-psutil' 'python-setuptools')
+optdepends=('python-bottle: web server support'
+ 'hddtemp: HDD temperature monitoring support')
+source=("https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz")
+md5sums=('0022bac9891c914e2e6e86c0c300e58d')
+
+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:
More information about the arch-commits
mailing list