From a95cd17074cc9c4fab4d5ff047e3d0840b6f1e51 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 5 Feb 2017 16:43:22 +0100 Subject: [PATCH] earlyoom: update to 0.11. --- srcpkgs/earlyoom/patches/return.patch | 10 ---------- srcpkgs/earlyoom/template | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 srcpkgs/earlyoom/patches/return.patch diff --git a/srcpkgs/earlyoom/patches/return.patch b/srcpkgs/earlyoom/patches/return.patch deleted file mode 100644 index d7a53ae08c..0000000000 --- a/srcpkgs/earlyoom/patches/return.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- meminfo.c.orig -+++ meminfo.c -@@ -32,6 +32,7 @@ - fprintf(stderr, "Could not find \"%s\"\n", name); - exit(104); - } -+ return val; - } - - /* If the kernel does not provide MemAvailable (introduced in Linux 3.14), diff --git a/srcpkgs/earlyoom/template b/srcpkgs/earlyoom/template index ed3e46d865..5287a449f8 100644 --- a/srcpkgs/earlyoom/template +++ b/srcpkgs/earlyoom/template @@ -1,13 +1,13 @@ # Template file for 'earlyoom' pkgname=earlyoom -version=0.10 +version=0.11 revision=1 short_desc="Early OOM Daemon for Linux" maintainer="Leah Neukirchen " license="MIT" homepage="https://github.com/rfjakob/earlyoom" distfiles="https://github.com/rfjakob/${pkgname}/archive/v${version}.tar.gz" -checksum=b015a2551e46abcc843c29b27ae8466a187b30fad8084574545f66624cab0842 +checksum=167a8cd194df5d1c5bd5327efd7bcad824a99381c02a2969f9e2684b7c5317d7 do_build() { ${CC} ${CFLAGS} -DVERSION='"'$version'"' -o earlyoom *.c ${LDFLAGS}