summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Lisin2019-11-25 17:16:02 +0100
committerMatthias Lisin2019-11-25 17:16:02 +0100
commit94d10510e79c009c8fb5b7fcbc8ae57af5a112f2 (patch)
treeab4acc6773c3eb9aee5557c85c349849e8551c0e
parent89d322c04cda08b9affd1e474cd73bb853eb0ad2 (diff)
downloadaur-94d10510e79c009c8fb5b7fcbc8ae57af5a112f2.tar.gz
upgpkg: rocketchat-desktop 2.16.2-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3661fcb0f91d..80b9fc60b483 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = rocketchat-desktop
pkgdesc = Rocket.Chat Native Cross-Platform Desktop Application via Electron.
pkgver = 2.16.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/RocketChat/Rocket.Chat.Electron
arch = i686
arch = x86_64
license = MIT
makedepends = gulp
- makedepends = nodejs>=12
- makedepends = nodejs<13
+ makedepends = nodejs-lts-erbium
makedepends = node-gyp
makedepends = python
makedepends = yarn
diff --git a/PKGBUILD b/PKGBUILD
index b0127eceef59..0eafc1f6c3f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=rocketchat-desktop
pkgver=2.16.2
_srcname="Rocket.Chat.Electron-$pkgver"
-pkgrel=1
+pkgrel=2
pkgdesc='Rocket.Chat Native Cross-Platform Desktop Application via Electron.'
arch=('i686' 'x86_64')
url="https://github.com/RocketChat/Rocket.Chat.Electron"
license=('MIT')
depends=('electron')
-makedepends=('gulp' 'nodejs>=12' 'nodejs<13' 'node-gyp' 'python' 'yarn')
+makedepends=('gulp' 'nodejs-lts-erbium' 'node-gyp' 'python' 'yarn')
optdepends=('hunspell-en_US: spell checking')
conflicts=('rocketchat-client-bin')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"