summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-05-12 01:56:08 -0500
committerLuis Martinez2021-05-12 01:56:08 -0500
commit56705a009294e9d8c240e50a9052a9900eb0e152 (patch)
tree503ed20fb80058439468968d5fac1afe8292beb9
parentf9700f566ba04ef54ad39692ec7fcd1e3d3c668b (diff)
downloadaur-56705a009294e9d8c240e50a9052a9900eb0e152.tar.gz
add provides, conflicts, replaces, and kotlin dep
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
2 files changed, 15 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 909720855605..76b49dada58c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,22 @@
pkgbase = vim-kotlin-git
pkgdesc = Vim plugin for syntax, highlighting, basic indentation, and Syntastic support
pkgver = r86.e043f6a
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/udalov/kotlin-vim
arch = any
groups = vim-plugins
license = Apache
makedepends = git
depends = vim-plugin-runtime
+ depends = kotlin
+ provides = vim-kotlin
+ provides = kotlin-vim
+ provides = neovim-kotlin
+ conflicts = vim-kotlin
+ conflicts = kotlin-vim
+ conflicts = neovim-kotlin
+ replaces = kotlin-vim
+ replaces = neovim-kotlin
source = vim-kotlin-git::git+https://github.com/udalov/kotlin-vim
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 459687ae7bd0..06e128a60821 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,17 @@
pkgname=vim-kotlin-git
pkgver=r86.e043f6a
-pkgrel=1
+pkgrel=2
pkgdesc='Vim plugin for syntax, highlighting, basic indentation, and Syntastic support'
arch=('any')
license=('Apache')
url='https://github.com/udalov/kotlin-vim'
groups=('vim-plugins')
-depends=('vim-plugin-runtime')
+depends=('vim-plugin-runtime' 'kotlin')
makedepends=('git')
+provides=("${pkgname%-git}" 'kotlin-vim' 'neovim-kotlin')
+conflicts=("${pkgname%-git}" 'kotlin-vim' 'neovim-kotlin')
+replaces=('kotlin-vim' 'neovim-kotlin')
source=("$pkgname::git+$url")
sha256sums=('SKIP')