summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2019-12-16 11:58:57 +0330
committerAli Molaei2019-12-16 11:58:57 +0330
commit47d0dffd7297fb943176d7fb830c4a5ec8538f06 (patch)
tree5989007dc7192309982f3cdf32d25fc5c7a009fc
parentcc4890984013a9505f020d87dc88f79633dd3dec (diff)
downloadaur-47d0dffd7297fb943176d7fb830c4a5ec8538f06.tar.gz
Update to 1.5.70, remove gtk2 and gconf as dep
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fac644ae8cfc..09293b40bc3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
pkgbase = etcher-bin
pkgdesc = Flash OS images to SD cards & USB drives, safely and easily
- pkgver = 1.5.69
+ pkgver = 1.5.70
pkgrel = 1
url = http://www.etcher.io/
arch = x86_64
license = apache
depends = alsa-lib
- depends = gconf
- depends = gtk2
depends = libxss
depends = libxtst
depends = nss
@@ -16,9 +14,9 @@ pkgbase = etcher-bin
provides = etcher
conflicts = etcher
options = !strip
- source = https://github.com/balena-io/etcher/releases/download/v1.5.69/balena-etcher-electron_1.5.69_amd64.deb
+ source = https://github.com/balena-io/etcher/releases/download/v1.5.70/balena-etcher-electron_1.5.70_amd64.deb
source = etcher
- sha256sums = 1195624ab5814b456b2c8fc6d988f6dc891df436c5dd9bd4d33ae250642f992b
+ sha256sums = f5dfcce0faefa731280c77c77904335071494983530cd40c4ad0327b8383f412
sha256sums = ce48173bc432b90543a21c48d6c0f66d8b26d293e02a588f2307992f1861f9d3
pkgname = etcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index ffe89c215f68..3b79c3da4687 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andrew Stubbs <andrew dot stubbs at gmail dot com>
pkgname=etcher-bin
-pkgver=1.5.69
+pkgver=1.5.70
pkgrel=1
pkgdesc="Flash OS images to SD cards & USB drives, safely and easily"
arch=("x86_64")
@@ -11,14 +11,14 @@ url="http://www.${pkgname%-bin}.io/"
license=("apache")
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
-depends=("alsa-lib" "gconf" "gtk2" "libxss" "libxtst" "nss")
+depends=("alsa-lib" "libxss" "libxtst" "nss")
optdepends=("libnotify: for notifications"
"speech-dispatcher: for text-to-speech")
source=("https://github.com/balena-io/${pkgname%-bin}/releases/download/v${pkgver}/balena-${pkgname%-bin}-electron_${pkgver}_amd64.deb"
"etcher")
options=("!strip")
-sha256sums=("1195624ab5814b456b2c8fc6d988f6dc891df436c5dd9bd4d33ae250642f992b"
+sha256sums=("f5dfcce0faefa731280c77c77904335071494983530cd40c4ad0327b8383f412"
"ce48173bc432b90543a21c48d6c0f66d8b26d293e02a588f2307992f1861f9d3")
build() {