summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcel Radzio2017-07-14 14:12:48 +0200
committerMarcel Radzio2017-07-14 14:12:48 +0200
commit0e9a4495cb27c2d9de03ef3d113ac38abe0631c1 (patch)
tree580ff55ea95069c2a2d7f696b42cf2bdecd68495 /PKGBUILD
parent6f4c4c9d312a88735481884a819c967d7c80b37f (diff)
downloadaur-0e9a4495cb27c2d9de03ef3d113ac38abe0631c1.tar.gz
add missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ffb332eebff2..eecfacc70b0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Marcel Radzio <info@nordgedanken.de>
pkgbase=riot-desktop-git
pkgver=r3963.cf5cf025
-pkgrel=4
+pkgrel=5
pkgname=riot-desktop-git
pkgdesc="A glossy Matrix collaboration client for the desktop."
arch=('any')
url="https://riot.im"
_url="https://github.com/vector-im/riot-web"
license=('Apache')
+depends=('gtk2' 'libxtst' 'libxss' 'gconf' 'nss' 'libvpx' 'libevent' 'ffmpeg')
makedepends=('git' 'npm')
conflicts=('riot-desktop' 'riot-web')
backup=("etc/riot/config.json")