vim-gnupg: update to 2.7.1.
This commit is contained in:
parent
5788dea06d
commit
5ad507ad8f
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'vim-gnupg'
|
# Template file for 'vim-gnupg'
|
||||||
pkgname=vim-gnupg
|
pkgname=vim-gnupg
|
||||||
reverts="2.7.0_1 2.7.0_2"
|
version=2.7.1
|
||||||
version=2.6.1
|
revision=1
|
||||||
revision=3
|
|
||||||
depends="vim-common gnupg"
|
depends="vim-common gnupg"
|
||||||
short_desc="Plugin for transparent editing of gpg encrypted files"
|
short_desc="Plugin for transparent editing of gpg encrypted files"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/jamessan/vim-gnupg"
|
homepage="https://github.com/jamessan/vim-gnupg"
|
||||||
distfiles="https://github.com/jamessan/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jamessan/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=6e9d75febd13cc533153e5e01b00593fa91f8bbcf1ec19a9029dd994e2f65508
|
checksum=c74e0d6e868ea17ed2de9faa01fdcadb0056944c8ed5bab5ef8f1fe8fda3880b
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
vinstall autoload/gnupg.vim 644 usr/share/vim/vimfiles/autoload
|
||||||
|
vinstall doc/gnupg.txt 644 usr/share/vim/vimfiles/doc
|
||||||
vinstall plugin/gnupg.vim 644 usr/share/vim/vimfiles/plugin
|
vinstall plugin/gnupg.vim 644 usr/share/vim/vimfiles/plugin
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue