summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew McGinn2019-07-14 00:29:24 +0100
committerMatthew McGinn2019-07-14 00:29:24 +0100
commit1b64d272eecf4baea5ce5ae4eeccc080ef2c7a79 (patch)
tree578a791ff137ad9d81ab3cad40b68dadd7bd5b33 /PKGBUILD
parent6468b269af987652d82f36e0cd53800f509b7799 (diff)
downloadaur-1b64d272eecf4baea5ce5ae4eeccc080ef2c7a79.tar.gz
fix up electron dep
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a623b2a689d2..12aa3b4be591 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=balena-etcher
_pkgname=etcher
pkgver=1.5.34
-pkgrel=1
+pkgrel=2
pkgdesc='Flash OS images to SD cards & USB drives, safely and easily'
arch=(x86_64)
_github_url='https://github.com/balena-io/etcher'
url='https://etcher.io'
license=(Apache)
-depends=('electron<=4.1.4' gtk2 libxtst libxss gconf nss alsa-lib)
+depends=('electron4' gtk2 libxtst libxss gconf nss alsa-lib)
makedepends=(npm python2 git jq)
optdepends=('libnotify: for notifications'
'speech-dispatcher: for text-to-speech')