summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororhun2020-11-18 20:18:53 +0300
committerorhun2020-11-18 20:18:53 +0300
commita3037c80a8457cf6cbae5fe3803c2c2f43ab36a4 (patch)
tree31c93ec2df240683a2f2678781bbb2a490ddc9d9 /PKGBUILD
parent88253a07d2e8b41a5be11a1235f96c9b44b13e30 (diff)
downloadaur-a3037c80a8457cf6cbae5fe3803c2c2f43ab36a4.tar.gz
upgpkg: silver-git 1.1.0.r51.gb25b7a0-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 39085366f40a..aa46f604fcea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="A cross-shell customizable powerline-like prompt with icons (git)"
arch=('x86_64')
url="https://github.com/reujab/silver"
license=('MIT')
-makedepends=('cargo' 'git')
+makedepends=('rust' 'git')
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")