summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-06-10 11:06:26 +0100
committerMatthew McGinn2019-06-10 11:06:26 +0100
commitd788b6413a9ff30572a472987248d89f5a2f2428 (patch)
treea1f4f084ee9cc233f9c1fe11b105a7cea851396b
parent6099be04f476caebc0871faccddbbee2fb1a61cc (diff)
downloadaur-d788b6413a9ff30572a472987248d89f5a2f2428.tar.gz
update version to v1.5.46
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66ba84aeae86..33e3965e0e15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = etcher
pkgdesc = Flash OS images to SD cards & USB drives, safely and easily
- pkgver = 1.5.45
+ pkgver = 1.5.46
pkgrel = 1
url = https://etcher.io
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = etcher
conflicts = etcher-git
conflicts = etcher-bin
options = !strip
- source = etcher::git+https://github.com/balena-io/etcher.git#tag=v1.5.45
+ source = etcher::git+https://github.com/balena-io/etcher.git#tag=v1.5.46
source = git+https://github.com/balena-io/scripts.git
source = etcher-electron
source = etcher-electron.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 6347741950ac..21fa864dc049 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
# Contributor: Andrew Stubbs <andrew.stubbs@gmail.com>
pkgname=etcher
-pkgver=1.5.45
+pkgver=1.5.46
pkgrel=1
pkgdesc='Flash OS images to SD cards & USB drives, safely and easily'
arch=(x86_64)
url='https://etcher.io'
+_github_url='https://github.com/balena-io/etcher'
license=(Apache)
depends=(electron gtk2 libxtst libxss gconf nss alsa-lib)
makedepends=(npm python2 git jq)