Rocket.Chat-Desktop: update to 3.4.0.

This commit is contained in:
John 2021-08-28 12:45:45 +02:00 committed by John Zimmermann
parent 5e67f5e869
commit cdfdd34b83
2 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
#!/bin/sh
exec electron10 /usr/lib/Rocket.Chat-Desktop.asar "$@"
exec electron13 /usr/lib/Rocket.Chat-Desktop.asar "$@"

View file

@ -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"
@ -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