summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew McGinn2020-05-28 08:34:32 -0400
committerMatthew McGinn2020-05-28 08:34:55 -0400
commit699c02c67b1783b67ffca741b5b279f769fa0ed7 (patch)
treeca7ee31770a6bd9b125099caa461f437fc0ca42f /PKGBUILD
parentcda4d61377750fb6987b1e41df624b7f9a85b92c (diff)
downloadaur-699c02c67b1783b67ffca741b5b279f769fa0ed7.tar.gz
update to 1.5.94
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c853114079b..42746c32027b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=balena-etcher
_pkgname=etcher
-pkgver=1.5.93
+pkgver=1.5.94
pkgrel=1
epoch=2
pkgdesc='Flash OS images to SD cards & USB drives, safely and easily'
@@ -12,7 +12,7 @@ arch=(x86_64)
_github_url='https://github.com/balena-io/etcher'
url='https://balena.io/etcher'
license=(Apache)
-depends=("electron" "gtk3" "libxtst" "libxss" "nss" "alsa-lib" "nodejs" "glib2" "polkit" "libusb")
+depends=("electron9-bin" "gtk3" "libxtst" "libxss" "nss" "alsa-lib" "nodejs" "glib2" "polkit" "libusb")
makedepends=("npm" "python2" "git" "jq")
optdepends=("libnotify: for notifications")
conflicts=("${_pkgname}"
@@ -25,7 +25,7 @@ source=("etcher::git+https://github.com/balena-io/${_pkgname}.git#tag=v${pkgver}
"${pkgname}-electron.desktop"
)
sha256sums=('SKIP'
- '8f4705f496cdc6ed80e7d21a044ec7a942c15da59864c402eb928e0206c97589'
+ 'f68042a2f233111e35378fe4dc57c484503aca34b94433eaad406bbcabecad08'
'c950d9578f9cf60998c920bb60c6617559963f06a4918e7072fdc706b0ef5754')
prepare() {