summaryrefslogtreecommitdiff
path: root/extra/archboot/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/archboot/PKGBUILD')
-rw-r--r--extra/archboot/PKGBUILD14
1 files changed, 0 insertions, 14 deletions
diff --git a/extra/archboot/PKGBUILD b/extra/archboot/PKGBUILD
deleted file mode 100644
index e79290b4..00000000
--- a/extra/archboot/PKGBUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-# original package source has sigining issues, alternative package
-# has a different directory..
-source=(https://gitlab.archlinux.org/tpowa/${pkgname}/-/archive/${pkgver}-${pkgrel}/${pkgname}-${pkgver}-${pkgrel}.tar.gz)
-eval "$(
- declare -f package | \
- sed '
- s/cd.*archboot.*/cd "\$srcdir\/archboot-\${pkgver}-\${pkgrel}"/
- '
-)"
-
-# broadcom-wl doesn't build on i486
-if [ "${CARCH}" = 'i486' ]; then
- depends=(${depends[@]/broadcom-wl/})
-fi