summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew McGinn2019-04-30 19:43:15 +0800
committerMatthew McGinn2019-04-30 19:43:15 +0800
commit8b017f8608b905a80ad4b45683157c494852efca (patch)
treed2571dbe6c6a863a3aaf0f0564e14e457021957e /PKGBUILD
parent8606897e33687b459ce20f88608a0b1fa5ebe05c (diff)
downloadaur-8b017f8608b905a80ad4b45683157c494852efca.tar.gz
update pkg to v1.5.31
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 57dac005a732..24016b71ee49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andrew Stubbs <andrew.stubbs@gmail.com>
pkgname=etcher
-pkgver=1.5.30
+pkgver=1.5.31
pkgrel=1
pkgdesc='Flash OS images to SD cards & USB drives, safely and easily'
arch=(x86_64)
@@ -32,7 +32,7 @@ prepare() {
build() {
cd "${pkgname}"
- export NPM_VERSION=$(npm --version)
+ export NPM_VERSION=6.7.0
make electron-develop
make webpack
npm prune --production