procps-ng: update to 3.3.13.

This commit is contained in:
Leah Neukirchen 2018-04-04 19:00:12 +02:00
parent 3f96b33b05
commit 4c729d752b
2 changed files with 22 additions and 2 deletions

View File

@ -0,0 +1,20 @@
--- proc/numa.h.orig
+++ proc/numa.h
@@ -20,6 +20,7 @@
#ifndef PROCPS_NUMA_H
#define PROCPS_NUMA_H
+#include <sys/cdefs.h>
#include <features.h>
__BEGIN_DECLS
--- procio.c.orig
+++ procio.c
@@ -24,7 +24,6 @@
#endif
#include <errno.h>
#include <fcntl.h>
-#include <libio.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -1,6 +1,6 @@
# Template file for 'procps-ng'
pkgname=procps-ng
version=3.3.12
version=3.3.13
revision=1
build_style=gnu-configure
configure_args="--exec-prefix=/ --bindir=/usr/bin --sbindir=/usr/bin
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2, LGPL-2.1"
homepage="https://gitlab.com/procps-ng/procps"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/Production/${pkgname}-${version}.tar.xz"
checksum=6ed65ab86318f37904e8f9014415a098bec5bc53653e5d9ab404f95ca5e1a7d4
checksum=52b05b2bd5b05f46f24766a10474337ebadd828df9915e2b178df291cf88f7d3
conf_files="/etc/sysctl.conf"