summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSainnhepark2020-09-13 10:48:32 +0800
committerSainnhepark2020-09-13 10:48:32 +0800
commit51cb161b7d9f9eddef5f46a71ef303f24c0f097d (patch)
treea0c2bb2b79dd9d8fb069034db1925ba8986fcd66 /PKGBUILD
parenta1f88d5c7d19071ad86fb83551a2ac55f91d7fe3 (diff)
downloadaur-51cb161b7d9f9eddef5f46a71ef303f24c0f097d.tar.gz
update to v0.0.79
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 535eef9dd71a..393f91f2d2b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
pkgname=vim-coc
-pkgver=0.0.78
+pkgver=0.0.79
pkgrel=4
pkgdesc='Intellisense engine for Vim8 & Neovim, full language server protocol support as VSCode'
arch=('any')
@@ -12,8 +12,8 @@ optdepends=('npm: for installing coc extensions'
'vim-coc-extras-meta: some basic extensions')
provides=('vim-coc')
conflicts=('vim-coc')
-source=('https://github.com/neoclide/coc.nvim/archive/v0.0.78.tar.gz')
-sha256sums=('1e9634b9c5de3557d8ecf3057fcaa1958d70a8d433eec2da19d88f8d486c2695')
+source=("https://github.com/neoclide/coc.nvim/archive/v${pkgver}.tar.gz")
+sha256sums=('e66acb47ca174ffcc1fee2049c4d018a74d03c25ef6d12926384feb3158aa48b')
package() {
cd "${srcdir}/coc.nvim-${pkgver}"