summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-07-30 15:47:14 +0100
committerMatthew McGinn2019-07-30 15:47:14 +0100
commit145ba4cf86bb61b639a72055a0e8462ea8306940 (patch)
tree2422506cde35d5498b304cb3687666c53414e828
parent3bdc452e73d4629632d1ae0839b82d25a6c8ddbf (diff)
downloadaur-145ba4cf86bb61b639a72055a0e8462ea8306940.tar.gz
fix up dependency requirements
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 8e2ed307a5fe..4cc11a0e4e35 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.52
- pkgrel = 3
+ pkgrel = 4
url = https://etcher.io
arch = x86_64
license = Apache
@@ -16,7 +16,7 @@ pkgbase = balena-etcher
depends = gconf
depends = nss
depends = alsa-lib
- depends = nodejs-lts-dubnium
+ depends = nodejs
optdepends = libnotify: for notifications
optdepends = speech-dispatcher: for text-to-speech
conflicts = etcher
diff --git a/PKGBUILD b/PKGBUILD
index df9848fa3a9f..7e16393a0103 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=balena-etcher
_pkgname=etcher
pkgver=1.5.52
-pkgrel=3
+pkgrel=4
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=(electron3-bin gtk2 libxtst libxss gconf nss alsa-lib nodejs-lts-dubnium)
+depends=(electron3-bin gtk2 libxtst libxss gconf nss alsa-lib nodejs)
makedepends=(npm python2 git jq)
optdepends=('libnotify: for notifications'
'speech-dispatcher: for text-to-speech')