summaryrefslogtreecommitdiff
path: root/community/electron/PKGBUILD
blob: c1f238b2ec13338fa91ba51b665bc2169c69bd77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
source+=('allow-i686.patch')
sha256sums+=('c209475c16b506d8d888a54c8564718cf9775f450d1867e19e86a03d99a119be')

eval "$(
  declare -f prepare | \
    sed '
      3 a patch -Np1 -i "${srcdir}"/allow-i686.patch
    '
  declare -f build | \
    sed '
      \,^\s*script/bootstrap.py , s/py/py --target_arch=ia32/
    '
)"