summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorml2020-08-31 23:48:59 +0200
committerml2020-08-31 23:48:59 +0200
commit8974f59a23fd3ae9a56ba5c12898c68b233cacaf (patch)
treef5ebc8ff42c69a5792492b05a7f15731d933d509
parentd1356f426e404753efb100b71ea58b8da005c7c1 (diff)
downloadaur-8974f59a23fd3ae9a56ba5c12898c68b233cacaf.tar.gz
updpkg: rocketchat-desktop 2.17.11-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b9c3aa8482f..1ccf625ffca9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = rocketchat-desktop
pkgdesc = Rocket.Chat Native Cross-Platform Desktop Application via Electron.
pkgver = 2.17.11
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/RocketChat/Rocket.Chat.Electron
arch = i686
arch = x86_64
license = MIT
- makedepends = nodejs-lts-erbium
+ makedepends = nodejs
makedepends = node-gyp
makedepends = python
makedepends = yarn
diff --git a/PKGBUILD b/PKGBUILD
index ca8007f2e119..7b621740b372 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=rocketchat-desktop
pkgver=2.17.11
_pkgname="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=('electron7')
-makedepends=('nodejs-lts-erbium' 'node-gyp' 'python' 'yarn')
+makedepends=('nodejs' 'node-gyp' 'python' 'yarn')
optdepends=('hunspell-en_US: spell checking')
conflicts=('rocketchat-client-bin')
source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"