[arch-commits] Commit in glances/repos/community-any (PKGBUILD PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Dec 18 20:42:11 UTC 2013


    Date: Wednesday, December 18, 2013 @ 21:42:11
  Author: bpiotrowski
Revision: 102744

archrelease: copy trunk to community-any

Added:
  glances/repos/community-any/PKGBUILD
    (from rev 102743, glances/trunk/PKGBUILD)
Deleted:
  glances/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-18 20:42:05 UTC (rev 102743)
+++ PKGBUILD	2013-12-18 20:42:11 UTC (rev 102744)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <spam at bpiotrowski.pl>
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-
-pkgname=glances
-pkgver=1.7
-pkgrel=2
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-depends=('python2' 'python2-psutil' 'python2-setuptools')
-optdepends=('python2-jinja: HTML export'
-            'python2-sensors: temperature sensors support')
-source=($url/archive/v$pkgver.tar.gz)
-sha256sums=('5ee9c05f138c143ca11aba213dac8d5a2939b337b1e24cc3794f8f4c5e0856ba')
-
-package() {
-  cd $pkgname-$pkgver
-  sed 's|^#!/usr/bin/env python$|&2|' -i glances/glances.py
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-}

Copied: glances/repos/community-any/PKGBUILD (from rev 102743, glances/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-12-18 20:42:11 UTC (rev 102744)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <spam at bpiotrowski.pl>
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+
+pkgname=glances
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+depends=('python2' 'python2-psutil' 'python2-setuptools')
+optdepends=('python2-jinja: HTML export'
+            'python2-sensors: temperature sensors support')
+source=($url/archive/v$pkgver.tar.gz)
+sha256sums=('03a5c8193fd3c91b8249c2501bc612008fa81861c14f82464a10b45d08c4ca4f')
+
+package() {
+  cd $pkgname-$pkgver
+  sed 's|^#!/usr/bin/env python$|&2|' -i glances/glances.py
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+}




More information about the arch-commits mailing list