summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSainnhepark2020-09-13 10:52:29 +0800
committerSainnhepark2020-09-13 10:52:29 +0800
commit6b460d0eb5621ebc79664fb5a53643acbcf0d277 (patch)
tree7dd7f45bb1aff15b3dc2f35ad8d76d864d548332 /PKGBUILD
parent51cb161b7d9f9eddef5f46a71ef303f24c0f097d (diff)
downloadaur-6b460d0eb5621ebc79664fb5a53643acbcf0d277.tar.gz
fix pkgrel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 393f91f2d2b8..ad81793c8072 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
pkgname=vim-coc
pkgver=0.0.79
-pkgrel=4
+pkgrel=1
pkgdesc='Intellisense engine for Vim8 & Neovim, full language server protocol support as VSCode'
arch=('any')
url='https://github.com/neoclide/coc.nvim'