From fc06f41b94c5073bd720b2cc7288a973921a8a53 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Thu, 23 Mar 2023 19:14:30 +0000 Subject: [PATCH] atop: update to 2.8.1. --- srcpkgs/atop/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/atop/template b/srcpkgs/atop/template index 376f8369d5117e..cfc8d8570f4084 100644 --- a/srcpkgs/atop/template +++ b/srcpkgs/atop/template @@ -1,6 +1,6 @@ # Template file for 'atop' pkgname=atop -version=2.7.1 +version=2.8.1 revision=1 build_style=gnu-makefile make_install_target="sysvinstall" @@ -10,14 +10,12 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://www.atoptool.nl/" distfiles="https://www.atoptool.nl/download/atop-${version}.tar.gz" -checksum=ca48d2f17e071deead5e6e9cc9e388bf6a3270d695e61976b3794d4d927b5c4e +checksum=970058a19b79c3444f971f854572a0e63891dc2d5f7037ff837570854ce0da1e make_dirs="/var/log/atop 755 root root" pre_install() { - vsed -e '/chown/d' \ - -e 's/04711/0755/' \ - -e 's,sbin,bin,g' \ + vsed -e 's,sbin,bin,g' \ -e '/$(DEFPATH)/d' -i Makefile vsed -e 's,bin/sh,bin/bash,' -i atop.daily }