summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Stubbs2017-02-21 11:54:28 +0000
committerAndrew Stubbs2017-02-21 11:54:28 +0000
commit5de0b7dc6a2b163fcfa33e33a6aa5a0765e49e53 (patch)
treeb9f565a3fc85cd46c6efbf6388f2ad5e34ddc5c5
parentbef402e62df12c7861eb48352491e6b1096ba0f5 (diff)
downloadaur-5de0b7dc6a2b163fcfa33e33a6aa5a0765e49e53.tar.gz
Improve .desktop file
With thanks to FadeMind.
-rw-r--r--.SRCINFO6
-rw-r--r--Etcher.desktop4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cd9e34d9825..2265e0723d9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jan 17 10:03:04 UTC 2017
+# Tue Feb 21 11:54:00 UTC 2017
pkgbase = etcher
pkgdesc = Burn images to SD cards & USB drives, safe & easy
pkgver = 1.0.0_beta.18
- pkgrel = 1
+ pkgrel = 2
url = http://www.etcher.io/
arch = i686
arch = x86_64
@@ -30,7 +30,7 @@ pkgbase = etcher
source = Etcher.desktop
source = etcher.png
md5sums = 45deb94dca8036000f4c03a1634929ee
- md5sums = 89f5cf77f164510b1f980820aaa4cf91
+ md5sums = bba3a3ed1d8ea4d3a9d1ad642dad3225
md5sums = 7bd70ef05c6293e36938240be2558091
source_i686 = https://resin-production-downloads.s3.amazonaws.com/etcher/1.0.0-beta.18/Etcher-1.0.0-beta.18-linux-x86.zip
md5sums_i686 = 1bafcc0d5d2c8d43bd2ce8948bb51a8b
diff --git a/Etcher.desktop b/Etcher.desktop
index 2508b1d64568..68004f050128 100644
--- a/Etcher.desktop
+++ b/Etcher.desktop
@@ -4,3 +4,7 @@ Exec=/usr/bin/etcher
Comment=Burn images to SD cards & USB drives, safe & easy
Icon=/usr/share/etcher/etcher.png
Type=Application
+Categories=System;Utility;Archiving;
+GenericName=Etcher
+Version=1.0
+Keywords=iso;disk;usb;dvd;
diff --git a/PKGBUILD b/PKGBUILD
index 2071a0b6e728..3cd9f95b8d5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=etcher
realver=1.0.0-beta.18
pkgver=${realver//-/_}
-pkgrel=1
+pkgrel=2
pkgdesc="Burn images to SD cards & USB drives, safe & easy"
arch=('i686' 'x86_64')
url="http://www.etcher.io/"
@@ -19,7 +19,7 @@ source_i686=("https://resin-production-downloads.s3.amazonaws.com/etcher/$realve
source_x86_64=("https://resin-production-downloads.s3.amazonaws.com/etcher/$realver/Etcher-$realver-linux-x64.zip")
options=("!strip")
md5sums=('45deb94dca8036000f4c03a1634929ee'
- '89f5cf77f164510b1f980820aaa4cf91'
+ 'bba3a3ed1d8ea4d3a9d1ad642dad3225'
'7bd70ef05c6293e36938240be2558091')
md5sums_i686=('1bafcc0d5d2c8d43bd2ce8948bb51a8b')
md5sums_x86_64=('35660b65233082a10c00828ea1e50c38')