summaryrefslogtreecommitdiff
path: root/extra/archboot/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/archboot/PKGBUILD')
-rw-r--r--extra/archboot/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/archboot/PKGBUILD b/extra/archboot/PKGBUILD
new file mode 100644
index 00000000..b20e1230
--- /dev/null
+++ b/extra/archboot/PKGBUILD
@@ -0,0 +1,8 @@
+source=(
+ $(
+ printf '%s\n' "${source[q]}" | \
+ sed '
+ \,^https://git.archlinux.org/archboot.git/snapshot, s/\.[0-9]\+\.tar\.xz$/.tar.xz/
+ '
+ )
+)