vim-gnupg: use github repo.

This commit is contained in:
Christian Neukirchen 2016-09-03 17:18:18 +02:00
parent 5f0d0983cd
commit 1e37d02e7f
2 changed files with 5 additions and 7 deletions

View file

@ -1,17 +1,16 @@
# Template file for 'vim-gnupg' # Template file for 'vim-gnupg'
pkgname=vim-gnupg pkgname=vim-gnupg
version=2.6 version=2.6
revision=1 revision=2
build_style=fetch
noarch=yes noarch=yes
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="Christian Neukirchen <chneukirchen@gmail.com>" maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="http://www.vim.org/scripts/script.php?script_id=3645" homepage="https://github.com/jamessan/vim-gnupg"
distfiles="http://www.vim.org/scripts/download_script.php?src_id=18070>gnupg.vim" distfiles="https://github.com/jamessan/${pkgname}/archive/v${version}.tar.gz"
checksum=e54935e321941fcb18b98385be48c610f6978d88f616253a12d0e339fb00b5f5 checksum=8e408bdbc307caae962ef81383968913bb5c5406a4f4cf977b2625d93522528d
do_install() { do_install() {
vinstall gnupg.vim 644 usr/share/vim/vimfiles/plugin vinstall plugin/gnupg.vim 644 usr/share/vim/vimfiles/plugin
} }

View file

@ -1 +0,0 @@
pattern='<b>\K[\d.]+(?=</b>)'