diff options
author | zhullyb | 2021-12-22 06:33:56 +0800 |
---|---|---|
committer | zhullyb | 2021-12-22 06:33:56 +0800 |
commit | 2d66a184e67413a74b8732c10a75905135762703 (patch) | |
tree | 71cd2d21f8124a7e4483242149a3484fc01a38b4 | |
parent | 69e0da4ca7bfee9d4ed38e79cf9d20af4b1d62ff (diff) | |
download | aur-2d66a184e67413a74b8732c10a75905135762703.tar.gz |
Update to 1.17.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = balena-etcher pkgdesc = Flash OS images to SD cards & USB drives, safely and easily - pkgver = 1.7.1 + pkgver = 1.7.2 pkgrel = 1 epoch = 2 url = https://balena.io/etcher @@ -14,13 +14,13 @@ pkgbase = balena-etcher makedepends = git makedepends = jq makedepends = patch + makedepends = nodejs<17 depends = electron12 depends = gtk3 depends = libxtst depends = libxss depends = nss depends = alsa-lib - depends = nodejs<17 depends = glib2 depends = polkit depends = libusb @@ -29,7 +29,7 @@ pkgbase = balena-etcher conflicts = etcher-git conflicts = etcher-bin options = !strip - source = etcher::git+https://github.com/balena-io/etcher.git#tag=v1.7.1 + source = etcher::git+https://github.com/balena-io/etcher.git#tag=v1.7.2 source = balena-etcher-electron.sh source = balena-etcher-electron.desktop sha256sums = SKIP @@ -4,7 +4,7 @@ pkgname=balena-etcher _pkgname=etcher -pkgver=1.7.1 +pkgver=1.7.2 pkgrel=1 epoch=2 pkgdesc='Flash OS images to SD cards & USB drives, safely and easily' @@ -12,8 +12,8 @@ arch=('x86_64' 'i686' 'armv7h' 'aarch64') _github_url='https://github.com/balena-io/etcher' url='https://balena.io/etcher' license=(Apache) -depends=("electron12" "gtk3" "libxtst" "libxss" "nss" "alsa-lib" "nodejs" "glib2" "polkit" "libusb") -makedepends=("npm" "python2" "git" "jq" "patch") +depends=("electron12" "gtk3" "libxtst" "libxss" "nss" "alsa-lib" "glib2" "polkit" "libusb") +makedepends=("npm" "python2" "git" "jq" "patch" "nodejs<17") optdepends=("libnotify: for notifications") conflicts=("${_pkgname}" "${_pkgname}-git" |