summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhillip Schichtel2023-08-15 01:11:30 +0200
committerPhillip Schichtel2023-08-15 01:11:30 +0200
commit4285edccbcdd9cb7f2045302a7248b938c20187e (patch)
tree06fda2e823d7f8d00df85eaa2dac6b9624b1dd1e /PKGBUILD
parent8510e5fb2238e1817a6d20b95951ba3378c37b16 (diff)
downloadaur-4285edccbcdd9cb7f2045302a7248b938c20187e.tar.gz
update the commit hash to what now is 0.50.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c8c00559e3f..12fc6c1d5421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ktlint
pkgver=0.50.0
-pkgrel=1
+pkgrel=2
pkgdesc="An anti-bikeshedding Kotlin linter with built-in formatter"
arch=('any')
url="https://ktlint.github.io/"
@@ -12,7 +12,7 @@ license=('MIT')
depends=('java-runtime>=8')
makedepends=(git)
validpgpkeys=(ADBC987D1A7B91DB6B0AAA81995EFBF4A3D20BEB)
-source=("git+https://github.com/pinterest/ktlint.git#commit=30e20ecd176c97c1b703d791c8d2bf0aad52e8a2")
+source=("git+https://github.com/pinterest/ktlint.git#commit=fdb0506192e9ba742daec8ab8cd6098c772ee09b")
sha256sums=('SKIP')
build() {