summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew McGinn2019-07-30 15:47:14 +0100
committerMatthew McGinn2019-07-30 15:47:14 +0100
commit145ba4cf86bb61b639a72055a0e8462ea8306940 (patch)
tree2422506cde35d5498b304cb3687666c53414e828 /PKGBUILD
parent3bdc452e73d4629632d1ae0839b82d25a6c8ddbf (diff)
downloadaur-145ba4cf86bb61b639a72055a0e8462ea8306940.tar.gz
fix up dependency requirements
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 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')