summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhillip Schichtel2023-04-23 04:33:32 +0200
committerPhillip Schichtel2023-04-23 04:33:32 +0200
commitc665b63ecea61ef67e685c04dfb82dc1c35d5472 (patch)
tree9e9568e5abb4ba25a16ac91f0b6bff78b2b16669 /PKGBUILD
parente98c4406a5a7bd50adf05491b1076f059f9ff088 (diff)
downloadaur-c665b63ecea61ef67e685c04dfb82dc1c35d5472.tar.gz
add git as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9b20c3cf0e5..99d08dd68ddf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ arch=('any')
url="https://ktlint.github.io/"
license=('MIT')
depends=('java-runtime>=8')
+makedepends=(git)
# See: https://github.com/pinterest/ktlint#installation
source=(ktlint-${pkgver}::"git+https://github.com/pinterest/ktlint.git#tag=${pkgver}")
sha256sums=('SKIP')