diff options
author | David Seifert <soap@gentoo.org> | 2019-08-29 13:38:57 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-29 13:38:57 +0200 |
commit | 5d31ef070c8165cc8018f430138e10f63bd33a4b (patch) | |
tree | 541c5fdd6a6c0584a01cd0627ee238e4e7d0f631 /app-vim/jedi/jedi-0.8_p20171015-r1.ebuild | |
parent | app-vim/csscomplete: [QA] Use tarball instead of zip archive (diff) | |
download | gentoo-5d31ef070c8165cc8018f430138e10f63bd33a4b.tar.gz gentoo-5d31ef070c8165cc8018f430138e10f63bd33a4b.tar.bz2 gentoo-5d31ef070c8165cc8018f430138e10f63bd33a4b.zip |
app-vim/jedi: [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/jedi/jedi-0.8_p20171015-r1.ebuild')
-rw-r--r-- | app-vim/jedi/jedi-0.8_p20171015-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild b/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild index 654cb4c957eb..af6d75f78f4f 100644 --- a/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild +++ b/app-vim/jedi/jedi-0.8_p20171015-r1.ebuild @@ -12,7 +12,7 @@ COMMIT="77924398bd594e238766153cec97ace62650f082" DESCRIPTION="vim plugin: binding to the autocompletion library jedi" HOMEPAGE="https://github.com/davidhalter/jedi-vim" -SRC_URI="https://github.com/davidhalter/jedi-vim/archive/${COMMIT}.zip -> ${P}.zip" +SRC_URI="https://github.com/davidhalter/jedi-vim/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" KEYWORDS="~amd64 ~x86" |