summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Radzio2017-07-14 14:12:48 +0200
committerMarcel Radzio2017-07-14 14:12:48 +0200
commit0e9a4495cb27c2d9de03ef3d113ac38abe0631c1 (patch)
tree580ff55ea95069c2a2d7f696b42cf2bdecd68495
parent6f4c4c9d312a88735481884a819c967d7c80b37f (diff)
downloadaur-0e9a4495cb27c2d9de03ef3d113ac38abe0631c1.tar.gz
add missing dependencies
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD3
2 files changed, 11 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3b90e2f0f59..76c66f8ac7e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,20 @@
pkgbase = riot-desktop-git
pkgdesc = A glossy Matrix collaboration client for the desktop.
pkgver = r3963.cf5cf025
- pkgrel = 4
+ pkgrel = 5
url = https://riot.im
arch = any
license = Apache
makedepends = git
makedepends = npm
+ depends = gtk2
+ depends = libxtst
+ depends = libxss
+ depends = gconf
+ depends = nss
+ depends = libvpx
+ depends = libevent
+ depends = ffmpeg
conflicts = riot-desktop
conflicts = riot-web
backup = etc/riot/config.json
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")