summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralmir2020-01-24 20:36:27 +0100
committeralmir2020-01-24 20:36:27 +0100
commiteb44777e22245bc2c17a5ef02ff6b1cbc5bbf52a (patch)
tree25c53a4a33c9586177958886c61508beade459ae /PKGBUILD
parentf2fb9a947bea5d78747a028adec5668ab71c56fe (diff)
downloadaur-eb44777e22245bc2c17a5ef02ff6b1cbc5bbf52a.tar.gz
- adjust dependencies according to official deb file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c35c73d0236d..ab94041c4489 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mattermost-desktop-bin
_pkgname=mattermost-desktop
pkgver=4.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Mattermost Desktop (Beta) for Linux (binary)"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url="https://github.com/mattermost/desktop"
license=('Apache')
makedepends=()
-depends=('gtk2' 'libxtst' 'libxss' 'gconf' 'nss' 'alsa-lib')
+depends=('alsa-lib' 'gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'libutil-linux' 'libappindicator-gtk3' 'libsecret')
optdepends=()
conflicts=('mattermost-desktop')