summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConor Anderson2017-06-20 09:52:37 -0500
committerConor Anderson2017-06-20 09:52:37 -0500
commit34784d3386b1f73a93f7fc2781b0ecb1e5867d1a (patch)
tree3ddd5a4a887e247c0bfb9283185520b0f6f2fb6b
parent8da49f89542263a3b19da2faa86146123d3b5c2b (diff)
downloadaur-34784d3386b1f73a93f7fc2781b0ecb1e5867d1a.tar.gz
Add rust optdep.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 960374dd5adf..7c8852246117 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = wire-desktop-beta
depends = libxtst
depends = nss
optdepends = hunspell-en: for English spellcheck support
+ optdepends = rust: for encryption speed improvements (optional makedep)
provides = wire-desktop
conflicts = wire-desktop-bin
conflicts = wire-desktop
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')