summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/zenburn')
-rw-r--r--app-vim/zenburn/Manifest2
-rw-r--r--app-vim/zenburn/zenburn-2.25.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/app-vim/zenburn/Manifest b/app-vim/zenburn/Manifest
index dd1a9e6f8070..a45619ea2bf6 100644
--- a/app-vim/zenburn/Manifest
+++ b/app-vim/zenburn/Manifest
@@ -1 +1 @@
-DIST zenburn-2.25.zip 8167 BLAKE2B 71a1a74a8ac7e76591cad3c2c9da3399aa6b5e242bec070b98486862de08c8864b824f98b2bd958e913750230202dd12b0003cda76a00fce8656c20db769f2a7 SHA512 4c448724682cc05ddcc60ed03e0368082ba42031e84960bdb21fd457daca07cfda05a54b68283b4524360bf97e0959fe018a14ea2edc5980d88b7b6b96105ce5
+DIST zenburn-2.25.tar.gz 7361 BLAKE2B 728930ddfeca46d7e020882fde92841a0ed9c889504686589a5028b1b373bc3b7c862d8fcc0740731738416057f4c99533e835594e8ce01029174d74f446bab3 SHA512 e3d222b66696ce24ff6ce8ccda201a15ee27d868581c311b8c31e7eeada4a2fe3ca395d53fc42245b1dfe4b68394cd22f23203dbd6366298adc7a9d6428af683
diff --git a/app-vim/zenburn/zenburn-2.25.ebuild b/app-vim/zenburn/zenburn-2.25.ebuild
index ca115c1f72a5..0aa00a9a4554 100644
--- a/app-vim/zenburn/zenburn-2.25.ebuild
+++ b/app-vim/zenburn/zenburn-2.25.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
@@ -9,10 +9,10 @@ MY_PN="Zenburn"
DESCRIPTION="Low-contrast color scheme for Vim"
HOMEPAGE="https://github.com/jnurmine/Zenburn"
-SRC_URI="https://github.com/jnurmine/${MY_PN}/archive/v${PV}.zip -> ${P}.zip"
+SRC_URI="https://github.com/jnurmine/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
LICENSE="GPL-1"
+SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86"
-DEPEND="app-arch/unzip"
-
S="${WORKDIR}/${MY_PN}-${PV}"