summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92be2b8eb353..30003608490c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = ktlint
url = https://ktlint.github.io/
arch = any
license = MIT
+ makedepends = git
depends = java-runtime>=8
source = ktlint-0.49.0::git+https://github.com/pinterest/ktlint.git#tag=0.49.0
sha256sums = SKIP
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')