diff options
| author | Patrice Clement <monsieurp@gentoo.org> | 2018-06-05 23:52:19 +0200 |
|---|---|---|
| committer | Patrice Clement <monsieurp@gentoo.org> | 2018-06-06 14:32:19 +0200 |
| commit | 6012b94121158390c5ebd05aef685d6fbb0f7f94 (patch) | |
| tree | 4e5857f5d2c6c741e14741efe78f3a795dd19921 /app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild | |
| parent | 3fe22c9c52919be8706d50dfeb7fa4d6ce5ae578 (diff) | |
| download | gentoo-6012b94121158390c5ebd05aef685d6fbb0f7f94.tar.gz gentoo-6012b94121158390c5ebd05aef685d6fbb0f7f94.tar.bz2 gentoo-6012b94121158390c5ebd05aef685d6fbb0f7f94.zip | |
app-vim/vimclojure: fetch tar.gz archive instead of zip.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild')
| -rw-r--r-- | app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild index 2bf1249e8565..e462631ecc09 100644 --- a/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild +++ b/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ MY_PN="VimClojure" DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent settings" HOMEPAGE="https://github.com/vim-scripts/VimClojure" -SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.zip -> ${P}.zip" +SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" LICENSE="BSD" |
