summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororhun2020-11-18 20:10:09 +0300
committerorhun2020-11-18 20:10:09 +0300
commit24798e78d4054e22bb9906105a5ff33b5eff9eb1 (patch)
tree138e13da02cead2d43025e50f386fcfd38e5797d /PKGBUILD
parentb3b7c1d4728f49e975255bb0ed77218c8890a347 (diff)
downloadaur-24798e78d4054e22bb9906105a5ff33b5eff9eb1.tar.gz
upgpkg: kbs2-git 0.1.6.r2.gdc112ea-1
Use rust dependency instead of cargo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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}")