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

Christian Hesse eworm at archlinux.org
Wed Feb 21 15:24:49 UTC 2018


    Date: Wednesday, February 21, 2018 @ 15:24:48
  Author: eworm
Revision: 317351

upgpkg: htop 2.1.0-2

enable delay accounting

Modified:
  htop/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-21 12:55:43 UTC (rev 317350)
+++ PKGBUILD	2018-02-21 15:24:48 UTC (rev 317351)
@@ -6,12 +6,12 @@
 
 pkgname=htop
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Interactive process viewer"
 arch=('x86_64')
 url="http://hisham.hm/htop/"
 license=('GPL')
-depends=('ncurses')
+depends=('ncurses' 'libnl')
 makedepends=('python')
 optdepends=('lsof: show files opened by a process'
             'strace: attach to a running process')
@@ -27,10 +27,11 @@
   ./configure \
       --prefix=/usr \
       --sysconfdir=/etc \
+      --enable-cgroup \
+      --enable-delayacct \
+      --enable-openvz \
       --enable-unicode \
-      --enable-openvz \
-      --enable-vserver \
-      --enable-cgroup
+      --enable-vserver
 
   make
 }



More information about the arch-commits mailing list