summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-20 10:52:16 +0200
committerErich Eckner <git@eckner.net>2018-06-20 10:52:31 +0200
commit54b965bb7774abdcf6f93566b7fa3b77a5e10ab3 (patch)
treeda2c477d1ee8a934140a2b279bda7b444ef1d3f4 /community
parent664f96e46183bea98028cb97788b18425793e524 (diff)
downloadpackages-54b965bb7774abdcf6f93566b7fa3b77a5e10ab3.tar.xz
community/electron: x64 -> ia32
Diffstat (limited to 'community')
-rw-r--r--community/electron/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/electron/PKGBUILD b/community/electron/PKGBUILD
index aeeaba9b..d1de1835 100644
--- a/community/electron/PKGBUILD
+++ b/community/electron/PKGBUILD
@@ -9,5 +9,6 @@ eval "$(
declare -f build | \
sed '
\,^\s*script/bootstrap.py , s/py/py --target_arch=ia32/
+ s/-t x64/-t ia32/
'
)"