summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-07-14 00:29:24 +0100
committerMatthew McGinn2019-07-14 00:29:24 +0100
commit1b64d272eecf4baea5ce5ae4eeccc080ef2c7a79 (patch)
tree578a791ff137ad9d81ab3cad40b68dadd7bd5b33
parent6468b269af987652d82f36e0cd53800f509b7799 (diff)
downloadaur-1b64d272eecf4baea5ce5ae4eeccc080ef2c7a79.tar.gz
fix up electron dep
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64f5125f9f28..bab4d2559570 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = balena-etcher
pkgdesc = Flash OS images to SD cards & USB drives, safely and easily
pkgver = 1.5.34
- pkgrel = 1
+ pkgrel = 2
url = https://etcher.io
arch = x86_64
license = Apache
@@ -9,7 +9,7 @@ pkgbase = balena-etcher
makedepends = python2
makedepends = git
makedepends = jq
- depends = electron<=4.1.4
+ depends = electron4
depends = gtk2
depends = libxtst
depends = libxss
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')