summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2021-05-12 01:56:08 -0500
committerLuis Martinez2021-05-12 01:56:08 -0500
commit56705a009294e9d8c240e50a9052a9900eb0e152 (patch)
tree503ed20fb80058439468968d5fac1afe8292beb9 /PKGBUILD
parentf9700f566ba04ef54ad39692ec7fcd1e3d3c668b (diff)
downloadaur-vim-kotlin-git.tar.gz
add provides, conflicts, replaces, and kotlin dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
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')