diff options
Diffstat (limited to 'app-vim/perlomni/perlomni-2.5.ebuild')
-rw-r--r-- | app-vim/perlomni/perlomni-2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/perlomni/perlomni-2.5.ebuild b/app-vim/perlomni/perlomni-2.5.ebuild index 8ec957c7ec19..a946abada7e4 100644 --- a/app-vim/perlomni/perlomni-2.5.ebuild +++ b/app-vim/perlomni/perlomni-2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: a vim plugin with Perl omni completion functions" HOMEPAGE="https://github.com/c9s/perlomni.vim" -SRC_URI="https://github.com/c9s/${PN}.vim/archive/v${PV}.zip -> ${P}.zip" +SRC_URI="https://github.com/c9s/${PN}.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim.org" KEYWORDS="amd64 ppc ppc64 x86" |