summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHåvard Pettersson2019-03-30 12:59:40 +0100
committerHåvard Pettersson2019-03-30 12:59:40 +0100
commit2854781e2d38825d2cdcc2e682d6b221b33cf1df (patch)
tree67c9d2ba77ddab456b82d92094ace025a55fd222
parent4033af6ab0489bd04bfd436bcc20ee43aac24e8c (diff)
downloadaur-2854781e2d38825d2cdcc2e682d6b221b33cf1df.tar.gz
upgpkg: etcher 1.5.19-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a564091a1de2..16b2a7a30d6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = etcher
pkgdesc = Burn images to SD cards & USB drives, safe & easy
- pkgver = 1.5.5
- pkgrel = 2
+ pkgver = 1.5.19
+ pkgrel = 1
url = https://www.balena.io/etcher/
arch = x86_64
license = apache
@@ -19,7 +19,7 @@ pkgbase = etcher
optdepends = libnotify: for notifications
optdepends = speech-dispatcher: for text-to-speech
options = !strip
- source = etcher::git+https://github.com/balena-io/etcher.git#tag=v1.5.5
+ source = etcher::git+https://github.com/balena-io/etcher.git#tag=v1.5.19
source = git+https://github.com/balena-io/scripts.git
source = etcher-electron
source = etcher-electron.desktop
diff --git a/PKGBUILD b/PKGBUILD
index c63c331dc382..b49a1d60e5ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Andrew Stubbs <andrew.stubbs@gmail.com>
pkgname=etcher
-pkgver=1.5.5
-pkgrel=2
+pkgver=1.5.19
+pkgrel=1
pkgdesc='Burn images to SD cards & USB drives, safe & easy'
arch=(x86_64)
url='https://www.balena.io/etcher/'
@@ -31,6 +31,7 @@ prepare() {
build() {
cd "$pkgname"
+ export NPM_VERSION=$(npm --version)
make electron-develop
make webpack
npm prune --production