summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvlad2015-08-19 23:12:47 +0300
committervlad2015-08-19 23:12:47 +0300
commitfe89c8e508dc2ce5effd76960e70ff37968655e4 (patch)
tree9dc99451743d84955c3106dcbfd129293284deeb /PKGBUILD
parent06b2de3c8f24e701047c83efd3cde52e2484d0e1 (diff)
downloadaur-fe89c8e508dc2ce5effd76960e70ff37968655e4.tar.gz
update depends
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')