diff options
-rw-r--r-- | community/electron/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/electron/PKGBUILD b/community/electron/PKGBUILD index 03e55b2f..b8b43791 100644 --- a/community/electron/PKGBUILD +++ b/community/electron/PKGBUILD @@ -4,6 +4,7 @@ sha512sums+=('bce6716f88c0ed7acc72f90ef62f7c4a28b88e98d7fc8dcb6abf545eb6ab7de11e eval "$( declare -f prepare | \ sed ' + 2 a find "${srcdir}" \\( '"-name '*.a' -o -name '*.o'"' \\) -delete 3 a patch -Np1 -i "${srcdir}"/allow-i686.patch ' declare -f build | \ |