diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-12-15 20:56:40 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-12-15 20:56:40 (GMT) |
commit | cc64db97df32f2824eab168a4062d47fac7ca330 (patch) | |
tree | 4b6a9ba23b29f5b309e198ef416d19eed24c19ab /abs/core/procps-ng | |
parent | 02c29713e636d105e63fe2286fdd673a57573eea (diff) | |
download | linhes_pkgbuild-cc64db97df32f2824eab168a4062d47fac7ca330.zip linhes_pkgbuild-cc64db97df32f2824eab168a4062d47fac7ca330.tar.gz linhes_pkgbuild-cc64db97df32f2824eab168a4062d47fac7ca330.tar.bz2 |
procps-ng: update to 3.3.12
Diffstat (limited to 'abs/core/procps-ng')
-rw-r--r-- | abs/core/procps-ng/PKGBUILD | 13 |
1 files 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 <eric@archlinux.org> 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" } |