Date: Monday, February 12, 2018 @ 23:21:44 Author: bpiotrowski Revision: 316736
3.3.12-3: restore readable top look Modified: procps-ng/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-12 20:30:44 UTC (rev 316735) +++ PKGBUILD 2018-02-12 23:21:44 UTC (rev 316736) @@ -4,7 +4,7 @@ pkgname=procps-ng pkgver=3.3.12 -pkgrel=2 +pkgrel=3 pkgdesc='Utilities for monitoring your system and its processes' url='https://gitlab.com/procps-ng/procps' license=('GPL' 'LGPL') @@ -41,6 +41,7 @@ --sbindir=/usr/bin \ --enable-watch8bit \ --with-systemd \ + --disable-modern-top \ --disable-kill \ # kill is provided by util-linux
