Date: Sunday, April 27, 2014 @ 06:48:44
  Author: bisson
Revision: 211801

implement FS#40099

Modified:
  procps-ng/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-04-26 17:22:21 UTC (rev 211800)
+++ PKGBUILD    2014-04-27 04:48:44 UTC (rev 211801)
@@ -4,12 +4,12 @@
 
 pkgname=procps-ng
 pkgver=3.3.9
-pkgrel=2
+pkgrel=3
 pkgdesc='Utilities for monitoring your system and its processes'
 url='http://sourceforge.net/projects/procps-ng/'
 license=('GPL' 'LGPL')
 arch=('i686' 'x86_64')
-depends=('ncurses')
+depends=('ncurses' 'systemd')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz";)
 sha1sums=('088c77631745fc75ee41fc29c254a4069be4869a')
 
@@ -36,6 +36,7 @@
                --bindir=/usr/bin \
                --sbindir=/usr/bin \
                --enable-watch8bit \
+               --with-systemd \
 
        make
 }

Reply via email to