summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-18 20:16:47 +0300
committerorhun2020-11-18 20:16:47 +0300
commit7ade0abcd8a05aae76049066b57d534679230154 (patch)
tree134e501ef8bc35ad17fc4236afa935a56ec90112
parentcfc196714ed7f5084cab29187bbd0287607cc010 (diff)
downloadaur-7ade0abcd8a05aae76049066b57d534679230154.tar.gz
upgpkg: shy-git 0.1.10.r1.g57dfce0-1
Use rust dependency instead of cargo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e1ffa40a15d..f484d6868dc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = shy-git
url = https://github.com/xvxx/shy
arch = x86_64
license = MIT
- makedepends = cargo
+ makedepends = rust
makedepends = git
provides = shy
conflicts = shy
diff --git a/PKGBUILD b/PKGBUILD
index 8779ec0eaa33..a164164484ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Bare-bones SSH launcher (git)"
arch=('x86_64')
url="https://github.com/xvxx/shy"
license=('MIT')
-makedepends=('cargo' 'git')
+makedepends=('rust' 'git')
conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
provides=("${pkgname%-git}")
source=("git+${url}")