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

Tom Gundersen tomegun at archlinux.org
Tue Sep 4 16:49:49 UTC 2012


    Date: Tuesday, September 4, 2012 @ 12:49:48
  Author: tomegun
Revision: 166133

upgpkg: procps-ng 3.3.3-4

move kill to util-linux

Modified:
  procps-ng/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-04 16:49:31 UTC (rev 166132)
+++ PKGBUILD	2012-09-04 16:49:48 UTC (rev 166133)
@@ -3,7 +3,7 @@
 
 pkgname=procps-ng
 pkgver=3.3.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Utilities for monitoring your system and processes on your system"
 arch=('i686' 'x86_64')
 url="http://gitorious.org/procps"
@@ -32,4 +32,7 @@
   cd "${srcdir}/procps-procps"
   make DESTDIR="${pkgdir}" install
   install -D -m644 "${srcdir}/sysctl.conf" "${pkgdir}/etc/sysctl.conf"
+
+  # moved to util-linux
+  rm "${pkgdir}/bin/kill"
 }




More information about the arch-commits mailing list