summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Stubbs2017-11-24 09:38:58 +0000
committerAndrew Stubbs2017-11-24 09:38:58 +0000
commit087ce2e7b92df9e1cedd3d4bcb84f93b1d432cae (patch)
tree5fe196cba5f75f9f01153dee6056c3219a9e58bf
parenta65a22870b08ba21b55b4e2ebf3d5bf9a461a91f (diff)
downloadaur-087ce2e7b92df9e1cedd3d4bcb84f93b1d432cae.tar.gz
v1.2.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35c03b328cc1..e799d5fa3b8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Aug 8 10:37:10 UTC 2017
+# Fri Nov 24 09:38:25 UTC 2017
pkgbase = etcher
pkgdesc = Burn images to SD cards & USB drives, safe & easy
- pkgver = 1.1.2
+ pkgver = 1.2.0
pkgrel = 1
url = http://www.etcher.io/
- arch = i686
arch = x86_64
license = apache
depends = gtk2
@@ -17,10 +16,8 @@ pkgbase = etcher
optdepends = libnotify: for notifications
optdepends = speech-dispatcher: for text-to-speech
options = !strip
- source_i686 = https://github.com/resin-io/etcher/releases/download/v1.1.2/etcher-electron_1.1.2_i386.deb
- sha256sums_i686 = 98ff8eaa21710a3fcd9c17f0d8153b85c64d7a90473fca0315c38fd95f41ec5a
- source_x86_64 = https://github.com/resin-io/etcher/releases/download/v1.1.2/etcher-electron_1.1.2_amd64.deb
- sha256sums_x86_64 = 45ab555e470b382120923730e607e7a951da4f6d8a4320f0f08a960f8254942b
+ source_x86_64 = https://github.com/resin-io/etcher/releases/download/v1.2.0/etcher-electron_1.2.0_amd64.deb
+ sha256sums_x86_64 = bf2e986e5200fd8b3202247ab4fac40f1a2b82ef12b6751838ac10f7c0d90b7f
pkgname = etcher
diff --git a/PKGBUILD b/PKGBUILD
index 7bff6de0bdc7..b0516454cee7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,18 @@
# Maintainer: Andrew Stubbs <andrew.stubbs@gmail.com>
pkgname=etcher
-_realver=1.1.2
+_realver=1.2.0
pkgver=${_realver//-/_}
pkgrel=1
pkgdesc="Burn images to SD cards & USB drives, safe & easy"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://www.etcher.io/"
license=('apache')
depends=('gtk2' 'libxtst' 'libxss' 'gconf' 'nss' 'alsa-lib')
optdepends=('libnotify: for notifications'
'speech-dispatcher: for text-to-speech')
-source_i686=("https://github.com/resin-io/etcher/releases/download/v${_realver}/etcher-electron_${_realver}_i386.deb")
source_x86_64=("https://github.com/resin-io/etcher/releases/download/v${_realver}/etcher-electron_${_realver}_amd64.deb")
options=("!strip")
-sha256sums_i686=('98ff8eaa21710a3fcd9c17f0d8153b85c64d7a90473fca0315c38fd95f41ec5a')
-sha256sums_x86_64=('45ab555e470b382120923730e607e7a951da4f6d8a4320f0f08a960f8254942b')
+sha256sums_x86_64=('bf2e986e5200fd8b3202247ab4fac40f1a2b82ef12b6751838ac10f7c0d90b7f')
package() {