diff options
Diffstat (limited to 'extra/archboot/PKGBUILD')
-rw-r--r-- | extra/archboot/PKGBUILD | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/archboot/PKGBUILD b/extra/archboot/PKGBUILD deleted file mode 100644 index 065bb281..00000000 --- a/extra/archboot/PKGBUILD +++ /dev/null @@ -1,15 +0,0 @@ -depends=( - $( - printf '%s\n' "${depends[@]}" | \ - grep -v '^rfkill>\|^yp-tools>\|^eventlog>' - ) -) - -source=( - $( - printf '%s\n' "${source[q]}" | \ - sed ' - \,^https://git.archlinux.org/archboot.git/snapshot, s/\.[0-9]\+\.tar\.xz$/.tar.xz/ - ' - ) -) |