Remove systemd from PKGBUILD deps as it's part of core
This commit is contained in:
parent
2a372676cc
commit
799ed91e24
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ pkgdesc='Small utility to show systemd journal entries only for the last invocat
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url='https://kernelmaft.com/forgejo/zedfrigg/linux-utils'
|
url='https://kernelmaft.com/forgejo/zedfrigg/linux-utils'
|
||||||
license=(GPL-3.0-only)
|
license=(GPL-3.0-only)
|
||||||
depends=(systemd zsh)
|
depends=(zsh)
|
||||||
source=(journalctl-last-invocation)
|
source=(journalctl-last-invocation)
|
||||||
sha256sums=(SKIP)
|
sha256sums=(SKIP)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue