From cc64db97df32f2824eab168a4062d47fac7ca330 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Thu, 15 Dec 2016 20:56:40 +0000 Subject: procps-ng: update to 3.3.12 --- abs/core/procps-ng/PKGBUILD | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/abs/core/procps-ng/PKGBUILD b/abs/core/procps-ng/PKGBUILD index ba2e3bd..a017867 100644 --- a/abs/core/procps-ng/PKGBUILD +++ b/abs/core/procps-ng/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Eric BĂ©langer pkgname=procps-ng -pkgver=3.3.11 -pkgrel=2 +pkgver=3.3.12 +pkgrel=1 pkgdesc='Utilities for monitoring your system and its processes' url='https://gitlab.com/procps-ng/procps' license=('GPL' 'LGPL') @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') makedepends=('systemd') depends=('ncurses' 'libsystemd') source=("http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz") -sha1sums=('1bdca65547df9ed019bd83649b0f8b8eaa017e25') +sha1sums=('82c0745f150f1385ca01fe7d24f05f74e31c94c6') groups=('base') @@ -38,6 +38,9 @@ build() { --sbindir=/usr/bin \ --enable-watch8bit \ --with-systemd \ + --disable-kill \ + + # kill is provided by util-linux make } @@ -45,8 +48,4 @@ build() { package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install - - # provided by util-linux - rm "${pkgdir}/usr/bin/kill" - rm "${pkgdir}/usr/share/man/man1/kill.1" } -- cgit v0.12