summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephan Springer2023-01-01 20:50:56 +0100
committerStephan Springer2023-01-01 20:52:28 +0100
commite3e948bf56a666d9c808337637cf2db799337e47 (patch)
tree3bcf3722da1153bb61576019ea51141adf59cf8c /PKGBUILD
parent719389c4793e8c781789233c75a946f50d18668b (diff)
downloadaur-e3e948bf56a666d9c808337637cf2db799337e47.tar.gz
add libvips to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66e6f57097c7..2c53a23190a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=rocketchat-desktop
pkgver=3.8.15
-pkgrel=1
+pkgrel=2
pkgdesc='Rocket.Chat Native Cross-Platform Desktop Application via Electron.'
arch=('any')
url='https://github.com/RocketChat/Rocket.Chat.Electron'
license=('MIT')
-depends=('electron' 'nodejs')
+depends=('electron' 'nodejs' 'libvips')
makedepends=('node-gyp' 'yarn' 'asar')
install=rocketchat-desktop.install
changelog=CHANGELOG.md