fix replaces cannot contain an empty string vimscripts-autoclose

This commit is contained in:
Trent Palmer 2024-05-25 11:11:54 -07:00
parent 527c10bff9
commit 1bd2d22299
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
pkgbase = vimscripts-autoclose
pkgdesc = plugin that automatically closes quote, parentheses, brackets, braces, etc
pkgver = 1.2
pkgrel = 2
pkgrel = 3
url = https://github.com/vim-scripts/AutoClose
arch = any
license = unknown
@ -13,4 +13,3 @@ pkgbase = vimscripts-autoclose
md5sums = 8eb8630367d6978f3e2696df27eff4eb
pkgname = vimscripts-autoclose

View File

@ -12,7 +12,7 @@ _neovim="n"
pkgname='vimscripts-autoclose'
_srcpkgname='AutoClose'
pkgver=1.2
pkgrel=2
pkgrel=3
epoch=
pkgdesc="plugin that automatically closes quote, parentheses, brackets, braces, etc"
arch=('any')
@ -25,7 +25,7 @@ checkdepends=()
optdepends=()
provides=('vimscripts-autoclose')
conflicts=('vim-auto-pairs')
replaces=('')
replaces=()
backup=()
options=()
install=