From 4d8e025e1f09e1855567043fe88c3cd655c02336 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 12 Mar 2018 22:26:45 +0100 Subject: extra/archboot: remove uninstallable dependencies --- extra/archboot/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'extra/archboot/PKGBUILD') diff --git a/extra/archboot/PKGBUILD b/extra/archboot/PKGBUILD index b20e1230..065bb281 100644 --- a/extra/archboot/PKGBUILD +++ b/extra/archboot/PKGBUILD @@ -1,3 +1,10 @@ +depends=( + $( + printf '%s\n' "${depends[@]}" | \ + grep -v '^rfkill>\|^yp-tools>\|^eventlog>' + ) +) + source=( $( printf '%s\n' "${source[q]}" | \ -- cgit v1.2.3