summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e9def25ba63..0d0f5d978f7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index b91721c1433b..19fcb3b99ec8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"