summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornycex2020-11-02 03:12:19 +0100
committernycex2020-11-02 03:12:19 +0100
commit2ae0bea4a2d01967c936e83593c0076fe74b67f8 (patch)
treeeb15f243d33171342ec01fbdd6560854b24492c4 /PKGBUILD
parentfe35087e9ff8ce90b9121b180bc2304a6dc7194c (diff)
downloadaur-2ae0bea4a2d01967c936e83593c0076fe74b67f8.tar.gz
add git makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ed10295781b..0986030c6d54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('any')
url="https://github.com/pinterest/ktlint"
license=('MIT')
depends=('java-runtime')
+makedepends=('git')
source=(git+https://github.com/pinterest/${_pkgbasename})
sha256sums=('SKIP')