diff options
author | 2019-08-29 13:39:00 +0200 | |
---|---|---|
committer | 2019-08-29 13:39:00 +0200 | |
commit | 66c63cdad2375e118f00ec136fafd6d7f58e9de6 (patch) | |
tree | 2e97295fd490242406ca94c913d53ac3c2114e5e /app-vim/perlomni/perlomni-2.5.ebuild | |
parent | app-vim/jedi: [QA] Use tarball instead of zip archive (diff) | |
download | gentoo-66c63cdad2375e118f00ec136fafd6d7f58e9de6.tar.gz gentoo-66c63cdad2375e118f00ec136fafd6d7f58e9de6.tar.bz2 gentoo-66c63cdad2375e118f00ec136fafd6d7f58e9de6.zip |
app-vim/perlomni: [QA] Use tarball instead of zip archive
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
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" |