summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororhun2020-11-18 20:21:58 +0300
committerorhun2020-11-18 20:21:58 +0300
commitf8aa67cb5c94eaa1857e3da518ccf31e0ac2f1fd (patch)
tree54cfb4cc9dd654f2dcfe66bc71893d3863db5b6f /PKGBUILD
parent59db47da922571439bb8664ef5318876aaa4a80a (diff)
downloadaur-f8aa67cb5c94eaa1857e3da518ccf31e0ac2f1fd.tar.gz
upgpkg: suckit-git 0.1.0.r6.gfa549f2-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 074ff49fe55c..7c3bab1ec3c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Recursively visit and download a website's content to your disk (git)"
arch=('x86_64')
url="https://github.com/Skallwar/suckit"
license=('Apache')
-makedepends=('cargo' 'git')
+makedepends=('rust' 'git')
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")