Remove systemd from PKGBUILD deps as it's part of core

This commit is contained in:
Reinout Meliesie 2026-05-15 14:14:53 +02:00
commit 799ed91e24
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -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)