summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71d455cc260d..b165d1f374da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=vim-denops
-pkgver=3.0.0
+pkgver=3.2.0
pkgrel=1
pkgdesc='Vim ecosystem for writing plugins in Deno'
arch=('any')
@@ -11,7 +11,9 @@ license=('MIT')
depends=('deno' 'vim-plugin-runtime')
replaces=('neovim-denops')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('5b40663a58f8d568f3b0390500afb0643f3b1172171ed044e36a55cf19db66dc')
+sha256sums=('699389e8af8a4af5c5836d30c27342788fcfda25281490476556b50c190cc355')
+
+PURGE_TARGETS=('usr/share/vim/vimfiles/doc/.gitignore')
package() {
cd "denops.vim-$pkgver"