mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
vim: extract update_* to external update file
This commit is contained in:
parent
2930d5bdf3
commit
0ca5298cf0
2 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,6 @@ depends="vim-common>=$version"
|
|||
short_desc="Vim editor (vi clone)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.vim.org"
|
||||
update_pattern='^[\d.]+'
|
||||
license="GPL-2"
|
||||
|
||||
subpackages="vim-common vim-x11 gvim"
|
||||
|
|
1
srcpkgs/vim/update
Normal file
1
srcpkgs/vim/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern='^[\d.]+'
|
Loading…
Add table
Reference in a new issue