summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororhun2020-11-18 20:03:50 +0300
committerorhun2020-11-18 20:03:50 +0300
commit98f8d85167f53085f0eee6e1ec7ed549515cb220 (patch)
treee38edcba4c7147f5173c31f06f1f4c0f8a851286 /PKGBUILD
parent542dd1f98ac3e11dcacf542818acab1bc1763019 (diff)
downloadaur-98f8d85167f53085f0eee6e1ec7ed549515cb220.tar.gz
upgpkg: gfold-git 0.7.1.r0.g80144aa-1
upstream release 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 8384ca181c23..73dbc6f904d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="CLI tool to help keep track of Git repositories (git)"
arch=('x86_64')
url="https://github.com/nickgerace/gfold"
license=('Apache')
-makedepends=('cargo' 'git')
+makedepends=('rust' 'git')
conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
provides=("${pkgname%-git}")
source=("git+${url}")