summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorConor Anderson2017-06-20 15:14:02 -0500
committerConor Anderson2017-06-20 15:14:02 -0500
commitd13907d87cea0779ae693dfa04448e123e9e49a2 (patch)
tree7885c4ed394add44e1e2af8966377e6d30c4a741 /PKGBUILD
parent6fbf5bad6f994779ead48956855fc65349fa8247 (diff)
downloadaur-d13907d87cea0779ae693dfa04448e123e9e49a2.tar.gz
Replace rust optdep with cargo.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 336a89b5e0d2..6de6800e8f56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ 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'
- 'rust: for encryption speed improvements (optional makedep)')
+ 'cargo: 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=('49c7359952cb8d8bc7504a02ce465052736d0baaaa96e86f9b132831f6205c39')