summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a6042dff9c6..fd133ae89b62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,9 @@ pkgver=r121.13b5940
pkgrel=1
pkgdesc="REPL for Rust"
url="https://github.com/murarth/rusti"
-depends=('rust')
+depends=('readline' 'rust')
makedepends=('git' 'cargo')
+optdepends=('rust-racer: for code completion')
provides=('rusti')
conflicts=('rusti')
arch=('i686' 'x86_64')