summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8aa1b767d3c4..8c52f3ad8d2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = kbs2-git
url = https://github.com/woodruffw/kbs2
arch = x86_64
license = MIT
- makedepends = cargo
+ makedepends = rust
makedepends = python
makedepends = git
depends = libx11
diff --git a/PKGBUILD b/PKGBUILD
index 70d5a7c9780c..6d68cec237fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/woodruffw/kbs2"
license=('MIT')
depends=('libx11')
-makedepends=('cargo' 'python' 'git')
+makedepends=('rust' 'python' 'git')
conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
provides=("${pkgname%-git}")
source=("git+${url}")