summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Stubbs2016-08-01 09:32:54 +0100
committerAndrew Stubbs2016-08-01 09:32:54 +0100
commitf3c776eb07469a2e1876081b3c1bb80217575d23 (patch)
tree7082f0a3cbe17951361837e2a83dfa6bf422751a
parent81bde1f843b806984bd2ff1c0a06ab3260dc8c16 (diff)
downloadaur-f3c776eb07469a2e1876081b3c1bb80217575d23.tar.gz
1.0.0-beta.12
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD7
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3ce6d1d5a22..36edd90360cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Jul 19 10:37:41 UTC 2016
+# Mon Aug 1 08:32:05 UTC 2016
pkgbase = etcher
pkgdesc = Burn images to SD cards & USB drives, safe & easy
- pkgver = 1.0.0_beta.11
+ pkgver = 1.0.0_beta.12
pkgrel = 1
url = http://www.etcher.io/
arch = i686
arch = x86_64
license = apache
- noextract = Etcher-linux-x86-1.0.0-beta.11.AppImage
- noextract = Etcher-linux-x64-1.0.0-beta.11.AppImage
+ depends = gconf
+ noextract = Etcher-linux-x86-1.0.0-beta.12.AppImage
+ noextract = Etcher-linux-x64-1.0.0-beta.12.AppImage
options = !strip
source = etcher
source = Etcher.desktop
@@ -17,10 +18,10 @@ pkgbase = etcher
md5sums = 8eff5560a3a4cae73698d7eda2d71577
md5sums = 89f5cf77f164510b1f980820aaa4cf91
md5sums = 7bd70ef05c6293e36938240be2558091
- source_i686 = Etcher-linux-x86-1.0.0-beta.11.AppImage::https://resin-production-downloads.s3.amazonaws.com/etcher/1.0.0-beta.11/Etcher-linux-x86.AppImage
- md5sums_i686 = 993cee650479d52fae61b031ef20d2f6
- source_x86_64 = Etcher-linux-x64-1.0.0-beta.11.AppImage::https://resin-production-downloads.s3.amazonaws.com/etcher/1.0.0-beta.11/Etcher-linux-x64.AppImage
- md5sums_x86_64 = 0758cc7c034802b6f9e0ec20c4bcd3ec
+ source_i686 = Etcher-linux-x86-1.0.0-beta.12.AppImage::https://resin-production-downloads.s3.amazonaws.com/etcher/1.0.0-beta.12/Etcher-linux-x86.AppImage
+ md5sums_i686 = 462ead2cbb9279c00139cbddd0557a2c
+ source_x86_64 = Etcher-linux-x64-1.0.0-beta.12.AppImage::https://resin-production-downloads.s3.amazonaws.com/etcher/1.0.0-beta.12/Etcher-linux-x64.AppImage
+ md5sums_x86_64 = 6433f751d769453a2bd4f007460d9aed
pkgname = etcher
diff --git a/PKGBUILD b/PKGBUILD
index adea28e5de22..5ee1539c7f91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Andrew Stubbs <andrew.stubbs@gmail.com>
pkgname=etcher
-realver=1.0.0-beta.11
+realver=1.0.0-beta.12
pkgver=${realver//-/_}
pkgrel=1
pkgdesc="Burn images to SD cards & USB drives, safe & easy"
arch=('i686' 'x86_64')
url="http://www.etcher.io/"
license=('apache')
+depends=('gconf')
source=("etcher"
"Etcher.desktop"
"etcher.png")
@@ -17,8 +18,8 @@ options=("!strip")
md5sums=('8eff5560a3a4cae73698d7eda2d71577'
'89f5cf77f164510b1f980820aaa4cf91'
'7bd70ef05c6293e36938240be2558091')
-md5sums_i686=('993cee650479d52fae61b031ef20d2f6')
-md5sums_x86_64=('0758cc7c034802b6f9e0ec20c4bcd3ec')
+md5sums_i686=('462ead2cbb9279c00139cbddd0557a2c')
+md5sums_x86_64=('6433f751d769453a2bd4f007460d9aed')
package() {
local a=x86