summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarthana Epa2024-01-15 10:45:21 +0530
committerNarthana Epa2024-01-15 10:45:21 +0530
commit1ba437206ee4dfaf1c3471fdd061759e136688a3 (patch)
tree46f86cbf737de0cfa8630c6d6c8652a6b89d3e88 /PKGBUILD
parentc5befeba3b7a7265c3e8192680fde6534b9ccf31 (diff)
downloadaur-1ba437206ee4dfaf1c3471fdd061759e136688a3.tar.gz
Add git to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8e9477e446e..cd77eaa326a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('any')
url="https://github.com/ccontavalli/ssh-ident"
license=('BSD')
depends=(openssh python)
+makedepends=(git)
install=ssh-ident.install
source=('git+https://github.com/ccontavalli/ssh-ident.git'
'ssh-ident.install')