summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11a0100944b0..4cf862f9c804 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = etcher
pkgdesc = Flash OS images to SD cards & USB drives, safely and easily
pkgver = 1.5.31
- pkgrel = 1
+ pkgrel = 2
url = https://etcher.io
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 24016b71ee49..b884b18de547 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=etcher
pkgver=1.5.31
-pkgrel=1
+pkgrel=2
pkgdesc='Flash OS images to SD cards & USB drives, safely and easily'
arch=(x86_64)
url='https://etcher.io'
@@ -32,7 +32,7 @@ prepare() {
build() {
cd "${pkgname}"
- export NPM_VERSION=6.7.0
+ export NPM_VERSION=$(npm --version)
make electron-develop
make webpack
npm prune --production