From eff64f1249509fe640eee6ab3973faddbae1efee Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 16 May 2023 17:06:13 +0200 Subject: [PATCH] atop: update to 2.9.0. --- srcpkgs/atop/patches/musl-fix-includes.patch | 10 ++++++++++ srcpkgs/atop/template | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/srcpkgs/atop/patches/musl-fix-includes.patch b/srcpkgs/atop/patches/musl-fix-includes.patch index 25c8a834439..0a740963584 100644 --- a/srcpkgs/atop/patches/musl-fix-includes.patch +++ b/srcpkgs/atop/patches/musl-fix-includes.patch @@ -9,3 +9,13 @@ #include "atop.h" #include "photoproc.h" +--- a/drawbar.c ++++ b/drawbar.c +@@ -110,6 +110,7 @@ + #include + #include + #include ++#include + + #include "atop.h" + #include "showgeneric.h" diff --git a/srcpkgs/atop/template b/srcpkgs/atop/template index cfc8d8570f4..5671633eace 100644 --- a/srcpkgs/atop/template +++ b/srcpkgs/atop/template @@ -1,6 +1,6 @@ # Template file for 'atop' pkgname=atop -version=2.8.1 +version=2.9.0 revision=1 build_style=gnu-makefile make_install_target="sysvinstall" @@ -10,7 +10,7 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://www.atoptool.nl/" distfiles="https://www.atoptool.nl/download/atop-${version}.tar.gz" -checksum=970058a19b79c3444f971f854572a0e63891dc2d5f7037ff837570854ce0da1e +checksum=bc355ebd7af3f9c6f01be2ff50e581622d24f5ea0d8d5f3366e2fd1311ab98f8 make_dirs="/var/log/atop 755 root root"