summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew McGinn2020-01-27 09:57:13 -0500
committerMatthew McGinn2020-01-27 10:00:38 -0500
commit5ec09fd0f86625007d029eea65bec366a55d7edd (patch)
tree08022c93e04e26b8ee04258b99a487436430500e /PKGBUILD
parent68138c86403b473828379681b87638b828d159dd (diff)
downloadaur-5ec09fd0f86625007d029eea65bec366a55d7edd.tar.gz
update etcher to properly allow sudo (used to flash compute devices)
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 6af603317447..2291e596ad85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=balena-etcher
_pkgname=etcher
pkgver=1.5.71
-pkgrel=1
+pkgrel=2
epoch=2
pkgdesc='Flash OS images to SD cards & USB drives, safely and easily'
arch=(x86_64)
@@ -25,7 +25,7 @@ source=("etcher::git+https://github.com/balena-io/${_pkgname}.git#tag=v${pkgver}
"${pkgname}-electron.desktop"
)
sha256sums=('SKIP'
- '911cca26a477c0525085410c78cd9292dc4b6bd27fb7340034fe762d333a3f52'
+ 'acd2a85e3a9d201d14244f8888205e6746a668dc7c7f9334e6cdbcd4cf062bc9'
'c950d9578f9cf60998c920bb60c6617559963f06a4918e7072fdc706b0ef5754')
prepare() {