From 45e927a99a42728b13ca50ed3b527103b3ff6213 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 13 Mar 2025 18:46:46 +0200 Subject: [PATCH] Remove systemd dependency --- pkg.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 1488a94..0b0067f 100644 --- a/pkg.info +++ b/pkg.info @@ -1,10 +1,10 @@ name: e2fsprogs description: Filesystem utilities for use with the ext2 filesystem. Also includes support for the ext3 and ext4 filesystems version: 1.47.0 -revision: 2 +revision: 3 url: https://e2fsprogs.sourceforge.net/ license: LGPL2,GPL2 architecture: any depends: ["glibc","util-linux"] -make_depends: ["bash","binutils","coreutils","diffutils","gawk","gcc","glibc","grep","gzip","make","pkgconf","sed","systemd","texinfo","util-linux"] +make_depends: ["bash","binutils","coreutils","diffutils","gawk","gcc","glibc","grep","gzip","make","pkgconf","sed","texinfo","util-linux"] type: source