From 799ed91e24b276d87c7504c6e82486ab77c26595 Mon Sep 17 00:00:00 2001 From: Reinout Meliesie Date: Fri, 15 May 2026 14:14:53 +0200 Subject: [PATCH] Remove systemd from PKGBUILD deps as it's part of core --- journalctl-last-invocation/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/journalctl-last-invocation/PKGBUILD b/journalctl-last-invocation/PKGBUILD index d65a391..1637147 100644 --- a/journalctl-last-invocation/PKGBUILD +++ b/journalctl-last-invocation/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc='Small utility to show systemd journal entries only for the last invocat arch=(any) url='https://kernelmaft.com/forgejo/zedfrigg/linux-utils' license=(GPL-3.0-only) -depends=(systemd zsh) +depends=(zsh) source=(journalctl-last-invocation) sha256sums=(SKIP)