summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 723d4946d872..4c1ddf139df1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = neovim-kotlin
- pkgdesc = NeoVim plugin for Kotlin
+ pkgdesc = Kotlin highlighting and indentation for NeoVim
pkgver = r56.7fa99d0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/udalov/kotlin-vim
arch = any
license = LGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 6af6683096cd..b6b5cea76b50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=neovim-kotlin
pkgver=r56.7fa99d0
-pkgrel=1
-pkgdesc='NeoVim plugin for Kotlin'
+pkgrel=2
+pkgdesc='Kotlin highlighting and indentation for NeoVim'
arch=('any')
license=('LGPL3')
url='https://github.com/udalov/kotlin-vim'