summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorspider-mario2017-02-04 00:39:38 +0100
committerspider-mario2017-02-04 00:39:38 +0100
commit4dcffda3b55f2efd7d64dec62e7868857fd1de62 (patch)
treef3a2ff60ae63c1cdd2b8eb5ed5f60b773395e40e /PKGBUILD
parent69ab654e99288e8b63063dae9f9a7f019aa59e7a (diff)
downloadaur-4dcffda3b55f2efd7d64dec62e7868857fd1de62.tar.gz
Update the optional dependency on the documentation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b17b44324a10..3cec27c66066 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,7 +65,7 @@ build() {
package_rust-git() {
depends=('shared-mime-info' 'llvm-libs')
- optdepends=('rust-doc-git: language and API documentation')
+ optdepends=('rust-docs-git: language and API documentation')
provides=('rust')
conflicts=('rust')
options=('staticlibs')