summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexey D2018-04-11 14:57:37 +0300
committerAlexey D2018-04-11 14:57:37 +0300
commit1bb48a8b83f75e4afdced6f1964f3e7cd089283c (patch)
tree577b3db217105333f205d323eceeda5cc3b6f7b7 /PKGBUILD
parent925d029bc10ed35d7fa4581119eaba5dd1dd4952 (diff)
downloadaur-1bb48a8b83f75e4afdced6f1964f3e7cd089283c.tar.gz
version 3.3.13-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe0752a14753..85e4950d510d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Alexey D. <lq07829icatm@rambler.ru>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Eric Bélanger <eric@archlinux.org>
pkgname=procps-ng-nosystemd
-pkgver=3.3.12
-pkgrel=2
+pkgver=3.3.13
+pkgrel=1
pkgdesc='Utilities for monitoring your system and its processes'
url='https://gitlab.com/procps-ng/procps'
license=('GPL' 'LGPL')
@@ -12,11 +13,9 @@ arch=('i686' 'x86_64')
depends=('ncurses')
backup=('etc/sysctl.conf')
source=("https://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-${pkgver}.tar.xz"
- 'sysctl.conf'
- 'impossibly-high-memory.patch')
-sha256sums=('6ed65ab86318f37904e8f9014415a098bec5bc53653e5d9ab404f95ca5e1a7d4'
- 'bbb659d6e670921312ca205f16e92f47a80d7530160b3277bfc00e5ea0ac3836'
- '1095223d697cf86b7086839666222b853bfa80bb83c7b09eaeceb0c506bea980')
+ 'sysctl.conf')
+sha256sums=('52b05b2bd5b05f46f24766a10474337ebadd828df9915e2b178df291cf88f7d3'
+ 'bbb659d6e670921312ca205f16e92f47a80d7530160b3277bfc00e5ea0ac3836')
groups=('base')
conflicts=('procps' 'procps-ng' 'sysvinit-tools' 'sysctl-default-conf')
replaces=('procps' 'procps-ng' 'sysvinit-tools' 'sysctl-default-conf')
@@ -26,7 +25,6 @@ install=procps-ng.install
prepare() {
cd "${srcdir}/procps-ng-${pkgver}"
- patch -p1 -i ../impossibly-high-memory.patch
sed 's:<ncursesw/:<:g' -i watch.c
}
@@ -41,6 +39,7 @@ build() {
--bindir=/usr/bin \
--sbindir=/usr/bin \
--enable-watch8bit \
+ --disable-modern-top \
--disable-kill
# kill is provided by util-linux