diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-06-05 23:55:55 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-06-06 14:32:25 +0200 |
commit | 1eb86ffd45d21b050d5f6506069891afe48c59f4 (patch) | |
tree | d99c79785b01e0739f8be32860beaab4391035e2 /app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | |
parent | app-vim/genutils: EAPI 6 bump. (diff) | |
download | gentoo-1eb86ffd45d21b050d5f6506069891afe48c59f4.tar.gz gentoo-1eb86ffd45d21b050d5f6506069891afe48c59f4.tar.bz2 gentoo-1eb86ffd45d21b050d5f6506069891afe48c59f4.zip |
app-vim/vim-tmux: fetch tar.gz archive instead of zip.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-vim/vim-tmux/vim-tmux-3.0.0.ebuild')
-rw-r--r-- | app-vim/vim-tmux/vim-tmux-3.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild index 3694ce4b6ad6..ab382fc6fe5a 100644 --- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild +++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild @@ -7,7 +7,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: tmux support for vim" HOMEPAGE="https://github.com/tmux-plugins/vim-tmux" -SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.zip -> ${P}.zip" +SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim.org" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd" |