summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororhun2020-11-18 20:12:33 +0300
committerorhun2020-11-18 20:12:33 +0300
commit9f323e4ca0f280e78b6b537680860d660837f69f (patch)
tree4dff7b54bd386197320bd362b75c5d5ac2651733 /PKGBUILD
parent64c15b167a31426874d4197472bc5a54e89e4910 (diff)
downloadaur-9f323e4ca0f280e78b6b537680860d660837f69f.tar.gz
upgpkg: lfs-git 0.5.1.r0.gdb844c0-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 93444beec1bc..178cb8461b2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Get information on your mounted disks (git)"
arch=('x86_64')
url="https://github.com/Canop/lfs"
license=('MIT')
-makedepends=('cargo' 'git')
+makedepends=('rust' 'git')
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
source=("git+${url}")