summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormidgard2019-08-20 20:37:20 +0200
committermidgard2019-08-20 20:37:20 +0200
commit919f5d2e1182783982345ef1009325400b9979c2 (patch)
treef7a3136a6ac661ca42db5b243c58991b552c0d52
parent49f63280a92ef8478f53db94fb5d40df691ca809 (diff)
downloadaur-919f5d2e1182783982345ef1009325400b9979c2.tar.gz
Update to r73.b9fa728
-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')