summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70390bdd6add..7d121beea7f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neovim-kotlin
pkgdesc = Kotlin highlighting and indentation for NeoVim
- pkgver = r58.cf0f481
+ pkgver = r73.b9fa728
pkgrel = 1
url = https://github.com/udalov/kotlin-vim
arch = any
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..599b77f4aca2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+kotlin-vim/
diff --git a/PKGBUILD b/PKGBUILD
index 58bca1a340c4..24b76317bdcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Mikhail felixoid Shiryaev <mr dot felixoid na gmail com>
pkgname=neovim-kotlin
-pkgver=r58.cf0f481
+pkgver=r73.b9fa728
pkgrel=1
pkgdesc='Kotlin highlighting and indentation for NeoVim'
arch=('any')