diff --git a/srcpkgs/atop/patches/musl-fix-includes.patch b/srcpkgs/atop/patches/musl-fix-includes.patch index 0a740963584..af80cc486c9 100644 --- a/srcpkgs/atop/patches/musl-fix-includes.patch +++ b/srcpkgs/atop/patches/musl-fix-includes.patch @@ -1,21 +1,10 @@ ---- a/procdbase.c -+++ b/procdbase.c -@@ -67,7 +67,7 @@ - #include - #include - #include --#include -+#include - - #include "atop.h" - #include "photoproc.h" ---- a/drawbar.c -+++ b/drawbar.c -@@ -110,6 +110,7 @@ - #include +--- a/drawbar.c 2025-07-31 14:59:16.156688479 +0100 ++++ b/drawbar.c 2025-07-31 14:59:05.253270306 +0100 +@@ -117,6 +117,7 @@ + #include #include #include +#include + #include + #include - #include "atop.h" - #include "showgeneric.h" diff --git a/srcpkgs/atop/template b/srcpkgs/atop/template index 01382603629..6f762676ece 100644 --- a/srcpkgs/atop/template +++ b/srcpkgs/atop/template @@ -1,6 +1,6 @@ # Template file for 'atop' pkgname=atop -version=2.10.0 +version=2.12.0 revision=1 build_style=gnu-makefile make_install_target="sysvinstall" @@ -12,7 +12,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=e7a673cf2c82578e7dd82ecb0dec83fd9ecb30828b2561c28a9fa5aaf75d5f93 +checksum=0d09ecc90c14e6ef41c22e3c57c142c3e4fb9cf3c94379077a33c961d5343086 make_dirs="/var/log/atop 755 root root"