summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Lisin2019-02-25 09:31:55 +0100
committerMatthias Lisin2019-02-25 09:31:55 +0100
commit75f6356dece090d48c4a32cc3c3ddda4e1968426 (patch)
tree171f4e616483e4d206248c035affee184573084b
parent16c767003ee7f36b8ab5feafd0e65261eb8cc1a3 (diff)
downloadaur-75f6356dece090d48c4a32cc3c3ddda4e1968426.tar.gz
upgpkg: rocketchat-desktop 2.15.0-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfdb3ea34f54..605f5603af82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = rocketchat-desktop
pkgdesc = Rocket.Chat Native Cross-Platform Desktop Application via Electron.
pkgver = 2.15.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/RocketChat/Rocket.Chat.Electron
arch = i686
arch = x86_64
license = MIT
- makedepends = nodejs
+ makedepends = gulp
makedepends = node-gyp
makedepends = python2
makedepends = yarn
diff --git a/PKGBUILD b/PKGBUILD
index 2235b8cb7e11..7c5a98e80a1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=rocketchat-desktop
pkgver=2.15.0
_srcname="Rocket.Chat.Electron-$pkgver"
-pkgrel=2
+pkgrel=3
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=('nodejs' 'node-gyp' 'python2' 'yarn')
+makedepends=('gulp' 'node-gyp' 'python2' 'yarn')
optdepends=('hunspell-en_US: spell checking')
conflicts=('rocketchat-client-bin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/RocketChat/Rocket.Chat.Electron/archive/$pkgver.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
rocketchat-desktop
fix-linux-target.patch
fix-gulp-release.patch