summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSteven Allen2015-07-09 10:24:34 -0400
committerSteven Allen2015-07-09 10:24:34 -0400
commitbf85914ce1b8a5dfcc0e7aa25a39efc9560125a7 (patch)
treec0c4187b9de46a998bfa3c674f9490747df59e39 /PKGBUILD
parent4ed65c02a4e9a5ac0f386d663eb5df660dad1db0 (diff)
downloadaur-bf85914ce1b8a5dfcc0e7aa25a39efc9560125a7.tar.gz
Fix provides.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0f632f3d1cd..04f4da5ae7d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
pkgdesc='Fast, concurrent, safe. The Rust programming language and its package manager, Cargo.'
url='http://www.rust-lang.org/'
license=('MIT' 'Apache' 'custom')
+provides=('rust' 'rust-nightly' 'cargo' 'cargo-nightly')
conflicts=('rust' 'rust-git' 'rust-nightly' 'cargo-nightly-bin')
depends=('gcc-libs' 'zlib' 'sh')
source=("http://static.rust-lang.org/dist/rust-nightly-${CARCH}-unknown-linux-gnu.tar.gz"{,.asc})