Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/e3/PKGBUILD
blob: 99097f1ff1dc165ec2eda3ced37f01ff93a1a1c6 (plain)
1
2
3
4
5
6
7
8
# build(): 64 -> 32
makedepends+=(nasm)
eval "$(
  declare -f build \
    | sed '
      s/ \(NASM_OR_YASM=\S\+\) clean 64/ \1 32/
    '
)"