mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-21 11:01:29 -08:00
fix replaces cannot contain an empty string vimscripts-autoclose
This commit is contained in:
parent
527c10bff9
commit
1bd2d22299
@ -1,7 +1,7 @@
|
|||||||
pkgbase = vimscripts-autoclose
|
pkgbase = vimscripts-autoclose
|
||||||
pkgdesc = plugin that automatically closes quote, parentheses, brackets, braces, etc
|
pkgdesc = plugin that automatically closes quote, parentheses, brackets, braces, etc
|
||||||
pkgver = 1.2
|
pkgver = 1.2
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://github.com/vim-scripts/AutoClose
|
url = https://github.com/vim-scripts/AutoClose
|
||||||
arch = any
|
arch = any
|
||||||
license = unknown
|
license = unknown
|
||||||
@ -13,4 +13,3 @@ pkgbase = vimscripts-autoclose
|
|||||||
md5sums = 8eb8630367d6978f3e2696df27eff4eb
|
md5sums = 8eb8630367d6978f3e2696df27eff4eb
|
||||||
|
|
||||||
pkgname = vimscripts-autoclose
|
pkgname = vimscripts-autoclose
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ _neovim="n"
|
|||||||
pkgname='vimscripts-autoclose'
|
pkgname='vimscripts-autoclose'
|
||||||
_srcpkgname='AutoClose'
|
_srcpkgname='AutoClose'
|
||||||
pkgver=1.2
|
pkgver=1.2
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
epoch=
|
epoch=
|
||||||
pkgdesc="plugin that automatically closes quote, parentheses, brackets, braces, etc"
|
pkgdesc="plugin that automatically closes quote, parentheses, brackets, braces, etc"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -25,7 +25,7 @@ checkdepends=()
|
|||||||
optdepends=()
|
optdepends=()
|
||||||
provides=('vimscripts-autoclose')
|
provides=('vimscripts-autoclose')
|
||||||
conflicts=('vim-auto-pairs')
|
conflicts=('vim-auto-pairs')
|
||||||
replaces=('')
|
replaces=()
|
||||||
backup=()
|
backup=()
|
||||||
options=()
|
options=()
|
||||||
install=
|
install=
|
||||||
|
Loading…
Reference in New Issue
Block a user