diff --git a/journalctl-last-invocation/PKGBUILD b/journalctl-last-invocation/PKGBUILD index 1637147..d65a391 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=(zsh) +depends=(systemd zsh) source=(journalctl-last-invocation) sha256sums=(SKIP) diff --git a/nix-store-fuzzy-find/PKGBUILD b/nix-store-fuzzy-find/PKGBUILD deleted file mode 100644 index f5a944c..0000000 --- a/nix-store-fuzzy-find/PKGBUILD +++ /dev/null @@ -1,17 +0,0 @@ -# Maintainer: Reinout Meliesie - -pkgname=nix-store-fuzzy-find -pkgver=20260515 -pkgrel=1 -pkgdesc='Small utility to find Nix store entries by name.' -arch=(any) -url='https://kernelmaft.com/forgejo/zedfrigg/linux-utils' -license=(GPL-3.0-only) -depends=(nix zsh) -source=(nix-store-fuzzy-find) -sha256sums=(SKIP) - -package() { - mkdir -p "$pkgdir/usr/bin/" - install nix-store-fuzzy-find "$pkgdir/usr/bin/" -}