summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorConor Anderson2017-06-20 09:52:37 -0500
committerConor Anderson2017-06-20 09:52:37 -0500
commit34784d3386b1f73a93f7fc2781b0ecb1e5867d1a (patch)
tree3ddd5a4a887e247c0bfb9283185520b0f6f2fb6b /PKGBUILD
parent8da49f89542263a3b19da2faa86146123d3b5c2b (diff)
downloadaur-34784d3386b1f73a93f7fc2781b0ecb1e5867d1a.tar.gz
Add rust optdep.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 442330daeda9..f9fefc626a32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ license=('GPL3')
conflicts=('wire-desktop-bin' 'wire-desktop' 'wire-desktop-git')
depends=('alsa-lib' 'gconf' 'gtk2' 'libxss' 'libxtst' 'nss')
makedepends=('gendesk' 'grunt-cli' 'npm' 'python2')
-optdepends=('hunspell-en: for English spellcheck support')
+optdepends=('hunspell-en: for English spellcheck support'
+ 'rust: for encryption speed improvements (optional makedep)')
provides=('wire-desktop')
source=("${pkgver}.tar.gz::https://github.com/wireapp/wire-desktop/archive/release/"$pkgver".tar.gz")
sha256sums=('862c715c23be58c1786faa0829c3ca93956bd32ab59cd48880c84aab61bda75b')