summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorConor Anderson2017-10-09 12:03:13 -0400
committerConor Anderson2017-10-09 12:03:13 -0400
commitd239b70d374a70929b4f01569cd487f5a099e5c4 (patch)
tree3885868f314ea572b8c5c942734e0dc955574a5d /PKGBUILD
parentc325186f1a4788fa3f93994acf7fa3c0279d2812 (diff)
downloadaur-d239b70d374a70929b4f01569cd487f5a099e5c4.tar.gz
Add xdg-utils as depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73257ac1f728..a7b8e6e1cb86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Conor Anderson <conor@conr.ca>
pkgname=wire-desktop
pkgver=2.17.2813
-pkgrel=1
+pkgrel=2
pkgdesc='Modern, private messenger. Based on Electron.'
arch=('x86_64' 'i686')
url='https://wire.com/'
license=('GPL3')
conflicts=('wire-desktop-bin')
-depends=('alsa-lib' 'gconf' 'gtk2' 'libxss' 'libxtst' 'nss')
+depends=('alsa-lib' 'gconf' 'gtk2' 'libxss' 'libxtst' 'nss' 'xdg-utils')
makedepends=('cargo' 'npm' 'python2' 'git')
optdepends=('hunspell-en: for English spellcheck support')
provides=('wire-desktop')