summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBao Trinh2022-10-20 06:11:45 -0500
committerBao Trinh2022-10-20 06:11:45 -0500
commit2200c361859ffd59a98ece66ed9d90b1d9c91104 (patch)
treedfb72c0d5be21213c455fdb78621ce9060f86a09 /PKGBUILD
parentf1d03cfc2719d658e78bf28746c95928444615cf (diff)
downloadaur-btsdu-git.tar.gz
add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 194f66e67eed..53944c5c28b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://github.com/rkapl/btsdu"
provides=("${_pkgname}")
conflicts=("${_pkgname}")
license=('GPL2')
-makedepends=('cargo')
+makedepends=('cargo' 'git')
optdepends=('ncdu: display results')
source=("$pkgname::git+https://github.com/rkapl/btsdu")
sha512sums=('SKIP')