Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/archboot/PKGBUILD
blob: bcf161a386d48119a670d9b49b5386033a200cc2 (plain)
1
2
3
4
5
6
7
8
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/cd.*archboot.*/cd "\$srcdir\/archboot-\${pkgver}-\${pkgrel}"/
    '
)"