Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/archboot/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/archboot/PKGBUILD')
-rw-r--r--extra/archboot/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/archboot/PKGBUILD b/extra/archboot/PKGBUILD
index f520364d..bcf161a3 100644
--- a/extra/archboot/PKGBUILD
+++ b/extra/archboot/PKGBUILD
@@ -1,7 +1,9 @@
+# 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/\$pkgrel/${pkgrel%.*}/
+ s/cd.*archboot.*/cd "\$srcdir\/archboot-\${pkgver}-\${pkgrel}"/
'
)"