Skip to content

Commit

Permalink
Rocket.Chat-Desktop: update to 3.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnnynator committed Aug 29, 2021
1 parent d53ebe5 commit e7536fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion srcpkgs/Rocket.Chat-Desktop/files/Rocket.Chat-Desktop
@@ -1,2 +1,2 @@
#!/bin/sh
exec electron10 /usr/lib/Rocket.Chat-Desktop.asar "$@"
exec electron13 /usr/lib/Rocket.Chat-Desktop.asar "$@"
6 changes: 3 additions & 3 deletions srcpkgs/Rocket.Chat-Desktop/template
@@ -1,8 +1,8 @@
# Template file for 'Rocket.Chat-Desktop'
pkgname=Rocket.Chat-Desktop
version=3.3.0
version=3.4.0
revision=1
_electron_ver=10
_electron_ver=13
wrksrc="Rocket.Chat.Electron-${version}"
hostmakedepends="yarn nodejs python3 pkg-config app-builder"
makedepends="electron${_electron_ver} libvips-devel"
Expand All @@ -12,7 +12,7 @@ maintainer="John <me@johnnynator.dev>"
license="MIT"
homepage="https://rocket.chat/"
distfiles="https://github.com/RocketChat/Rocket.Chat.Electron/archive/${version}.tar.gz"
checksum=a08d79c20b89d4e954b3f91d728d51f0d24094878da6b24c930cebc1ce7ce64c
checksum=fd77cf5a05e8866e9647fef8e793365148490bdc8c1c8986eb246b4540a4b728

export USE_SYSTEM_APP_BUILDER=true

Expand Down

0 comments on commit e7536fa

Please sign in to comment.