diff options
author | 2018-07-29 11:32:29 +0200 | |
---|---|---|
committer | 2018-07-29 11:34:13 +0200 | |
commit | 2fd9ab72ab705a5eefbc90c94bc122714c679a55 (patch) | |
tree | ddc2db8b497181d82058803a554eb6694b54e97b /x11-terms/guake/guake-3.3.2.ebuild | |
parent | dev-ruby/power_assert: cleanup (diff) | |
download | gentoo-2fd9ab72ab705a5eefbc90c94bc122714c679a55.tar.gz gentoo-2fd9ab72ab705a5eefbc90c94bc122714c679a55.tar.bz2 gentoo-2fd9ab72ab705a5eefbc90c94bc122714c679a55.zip |
x11-terms/guake: Fix SRC_URI (bug #662394).
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'x11-terms/guake/guake-3.3.2.ebuild')
-rw-r--r-- | x11-terms/guake/guake-3.3.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-terms/guake/guake-3.3.2.ebuild b/x11-terms/guake/guake-3.3.2.ebuild index cb6f65d97f3..cbb270e7459 100644 --- a/x11-terms/guake/guake-3.3.2.ebuild +++ b/x11-terms/guake/guake-3.3.2.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 gnome2-utils xdg-utils DESCRIPTION="Drop-down terminal for GNOME" HOMEPAGE="https://github.com/Guake/guake https://pypi.org/project/Guake" -SRC_URI="mirror://pypi/${PN^:0:1}/${PN^}/${P^}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/${PN^}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -34,7 +34,6 @@ DEPEND=" sys-devel/make " -S="${WORKDIR}/${P^}" PATCHES=( "${FILESDIR}"/${PN}-3.3.2-paths.patch ) |