version bump 4 commits deoplete-git, and fix replaces param in PKGBUILD

This commit is contained in:
2024-03-23 06:31:17 -07:00
parent 0c2f13f938
commit 9c72859f19
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ _neovim="n"
_name='deoplete'
pkgname="${_name}-git"
pkgver=r2062.62dd019
pkgver=r2066.43d7457
pkgrel=1
pkgdesc="deoplete completion plugin for neovim"
# i.e. seems to build and work fine on raspberrypi
@ -31,7 +31,7 @@ optdepends=('vim: vim support'
makedepends=('git')
provides=('deoplete')
conflicts=('deoplete')
replaces=('')
replaces=('deoplete')
backup=()
options=()
install="${_name}.install"