summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhillip Schichtel2023-04-23 04:30:27 +0200
committerPhillip Schichtel2023-04-23 04:30:27 +0200
commit13fa121df6625b77a378fbfef73076423bf78c8a (patch)
tree910dd9d5227bc4375069fd6c8fa98b7d39504479 /PKGBUILD
parent1502734c9cab423d708d490620ffe9f0d98af23c (diff)
downloadaur-13fa121df6625b77a378fbfef73076423bf78c8a.tar.gz
require >=8 instead if >=1.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7f9ff615f9a..b9b20c3cf0e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="An anti-bikeshedding Kotlin linter with built-in formatter"
arch=('any')
url="https://ktlint.github.io/"
license=('MIT')
-depends=('java-runtime>=1.8')
+depends=('java-runtime>=8')
# See: https://github.com/pinterest/ktlint#installation
source=(ktlint-${pkgver}::"git+https://github.com/pinterest/ktlint.git#tag=${pkgver}")
sha256sums=('SKIP')