summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororhun2020-11-18 20:01:35 +0300
committerorhun2020-11-18 20:01:35 +0300
commit0fe178f8dae66373a40bc47038d3c29d92bfb438 (patch)
tree109bc79ecfe60d31ce13a33163fc814490273d00 /PKGBUILD
parent62dc85b1fe5365e7189251fd80556100d40f7cb6 (diff)
downloadaur-0fe178f8dae66373a40bc47038d3c29d92bfb438.tar.gz
upgpkg: fhc-git 0.4.0.r2.g22815c5-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 a39ed35c5ae0..68fd9490510a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Fast HTTP Checker (git)"
arch=('x86_64')
url="https://github.com/Edu4rdSHL/fhc"
license=('GPL3')
-makedepends=('cargo' 'git')
+makedepends=('rust' 'git')
conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
provides=("${pkgname%-git}")
source=("git+${url}")