vim-gnupg: use github repo.
This commit is contained in:
parent
5f0d0983cd
commit
1e37d02e7f
|
@ -1,17 +1,16 @@
|
|||
# Template file for 'vim-gnupg'
|
||||
pkgname=vim-gnupg
|
||||
version=2.6
|
||||
revision=1
|
||||
build_style=fetch
|
||||
revision=2
|
||||
noarch=yes
|
||||
depends="vim-common gnupg"
|
||||
short_desc="Plugin for transparent editing of gpg encrypted files"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.vim.org/scripts/script.php?script_id=3645"
|
||||
distfiles="http://www.vim.org/scripts/download_script.php?src_id=18070>gnupg.vim"
|
||||
checksum=e54935e321941fcb18b98385be48c610f6978d88f616253a12d0e339fb00b5f5
|
||||
homepage="https://github.com/jamessan/vim-gnupg"
|
||||
distfiles="https://github.com/jamessan/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=8e408bdbc307caae962ef81383968913bb5c5406a4f4cf977b2625d93522528d
|
||||
|
||||
do_install() {
|
||||
vinstall gnupg.vim 644 usr/share/vim/vimfiles/plugin
|
||||
vinstall plugin/gnupg.vim 644 usr/share/vim/vimfiles/plugin
|
||||
}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
pattern='<b>\K[\d.]+(?=</b>)'
|
Loading…
Reference in New Issue