summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Radzio2017-10-15 10:48:16 +0200
committerMarcel Radzio2017-10-15 10:48:16 +0200
commit0a80f6c265ddff823a226119f7053062ea264eb8 (patch)
treef9597ba26e523cab2bcec6acee673f93e607d8e8
parent10f9daa9216a064742ed1bcc9eff6440cc3e8481 (diff)
downloadaur-0a80f6c265ddff823a226119f7053062ea264eb8.tar.gz
fix start file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--riot-desktop.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50e4822c671d..ddc6d2caa4f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,7 @@ pkgbase = riot-desktop-git
source = riot-desktop.sh
sha256sums = SKIP
sha256sums = ae0654027f0646178961f6397322aefdc817d052625772dd297d636fe9726aff
- sha256sums = ab641a40b485f98c8f2ae58d353857b05533625e22220357e0c4d624fcdd5396
+ sha256sums = 45b5f26c39d2490bd03b52a38bdbe15cbaa5d661a511622eb831f98c63679306
pkgname = riot-desktop-git
diff --git a/PKGBUILD b/PKGBUILD
index 954e7795132a..2d3fb908c2cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ source=('riot-desktop-git::git://github.com/vector-im/riot-web.git'
"riot-desktop.sh")
sha256sums=('SKIP'
'ae0654027f0646178961f6397322aefdc817d052625772dd297d636fe9726aff'
- 'ab641a40b485f98c8f2ae58d353857b05533625e22220357e0c4d624fcdd5396')
+ '45b5f26c39d2490bd03b52a38bdbe15cbaa5d661a511622eb831f98c63679306')
pkgver() {
cd "$srcdir/${pkgname}"
diff --git a/riot-desktop.sh b/riot-desktop.sh
index 59fd5945edc1..7022ad96bdba 100644
--- a/riot-desktop.sh
+++ b/riot-desktop.sh
@@ -2,5 +2,5 @@
# Original by Bruno Pagani (a.k.a. ArchangeGabriel) <archange@archlinux.org>
-/usr/bin/electron-1_6_11 /usr/lib/riot/ $@
+/usr/bin/electron-1_7_9 /usr/lib/riot/ $@