summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexey D2020-05-26 09:26:18 +0300
committerAlexey D2020-05-26 09:26:18 +0300
commit63fd6da399ac0458afe367e822bebb197d1cd379 (patch)
tree5cbced6063dc3bb936246394ef7d19aaeae2f294 /PKGBUILD
parentf89bc2b80129743dd36d2d133c93808275d6816b (diff)
downloadaur-63fd6da399ac0458afe367e822bebb197d1cd379.tar.gz
using a patch from upstream package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 7 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76d6f0f27664..682950971098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=procps-ng-nosystemd
pkgver=3.3.16
-pkgrel=1
+pkgrel=2
pkgdesc='Utilities for monitoring your system and its processes'
url='https://gitlab.com/procps-ng/procps'
license=('GPL' 'LGPL')
@@ -13,8 +13,10 @@ arch=('i686' 'x86_64')
depends=('ncurses')
backup=('etc/sysctl.conf')
source=("https://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-${pkgver}.tar.xz"
+ 'fs66093.patch'
'sysctl.conf')
sha256sums=('925eacd65dedcf9c98eb94e8978bbfb63f5de37294cc1047d81462ed477a20af'
+ '48eb1f6e1b84d9dfec27556771c05f6a02880aefbe774a3db71bee0c35228992'
'bbb659d6e670921312ca205f16e92f47a80d7530160b3277bfc00e5ea0ac3836')
groups=('base')
conflicts=('procps' 'procps-ng' 'sysvinit-tools' 'sysctl-default-conf')
@@ -26,6 +28,10 @@ prepare() {
cd "${srcdir}/procps-ng-${pkgver}"
sed 's:<ncursesw/:<:g' -i watch.c
+
+ # pgrep: check sanity of SC_ARG_MAX
+ # https://bugs.archlinux.org/task/66093
+ patch -p1 -i ../fs66093.patch
}
build() {