summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-07-10 11:48:17 +0100
committerMatthew McGinn2019-07-10 11:48:17 +0100
commit6468b269af987652d82f36e0cd53800f509b7799 (patch)
tree8d8ebebc442328cffd642d1c93a263d610a7a8b4
parent88a595618b1f29e8e717f25c6a758dbd5c44f468 (diff)
downloadaur-6468b269af987652d82f36e0cd53800f509b7799.tar.gz
add electron max version
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7249c687f8b..64f5125f9f28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = balena-etcher
makedepends = python2
makedepends = git
makedepends = jq
- depends = electron
+ depends = electron<=4.1.4
depends = gtk2
depends = libxtst
depends = libxss
diff --git a/PKGBUILD b/PKGBUILD
index e813a3874768..a623b2a689d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=(x86_64)
_github_url='https://github.com/balena-io/etcher'
url='https://etcher.io'
license=(Apache)
-depends=(electron gtk2 libxtst libxss gconf nss alsa-lib)
+depends=('electron<=4.1.4' gtk2 libxtst libxss gconf nss alsa-lib)
makedepends=(npm python2 git jq)
optdepends=('libnotify: for notifications'
'speech-dispatcher: for text-to-speech')