summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSainnhepark2020-09-13 10:51:26 +0800
committerSainnhepark2020-09-13 10:51:26 +0800
commit569a8140419f08372b518c0488c04d5a0e362564 (patch)
tree3dd9304917f646c6ea03160941768931a6c63709
parent4c98e85bf22ecc4b1210c684838b6ad1f0a9324d (diff)
downloadaur-569a8140419f08372b518c0488c04d5a0e362564.tar.gz
fix pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85b0b6d7acff..05701b364944 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = neovim-coc
pkgdesc = Intellisense engine for Vim8 & Neovim, full language server protocol support as VSCode
pkgver = 0.0.79
- pkgrel = 3
+ pkgrel = 1
url = https://github.com/neoclide/coc.nvim
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index dfe44e14a9b7..0537d52d0485 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
pkgname=neovim-coc
pkgver=0.0.79
-pkgrel=3
+pkgrel=1
pkgdesc='Intellisense engine for Vim8 & Neovim, full language server protocol support as VSCode'
arch=('any')
url='https://github.com/neoclide/coc.nvim'