summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJianfeng Zhang2019-05-30 23:24:23 -0700
committerJianfeng Zhang2019-05-30 23:24:47 -0700
commitc407548f51e57efc8ad33875a1fbccfb70b25882 (patch)
tree02c6f0778848e2368367bfb36e2e09542f68084b /PKGBUILD
parent1aba9856e50a99e34be88ef237a5441303e05147 (diff)
downloadaur-c407548f51e57efc8ad33875a1fbccfb70b25882.tar.gz
remove workaround
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59ec3a9dbfeb..944559d62997 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,9 +36,6 @@ build() {
git clean -xdf
npm install
gulp build
- # workaround: require electron >= 3.0.0
- cd app_compiled
- npm install electron@beta
}
package() {