diff options
Diffstat (limited to 'x11-plugins/wmget/wmget-0.6.1.ebuild')
-rw-r--r-- | x11-plugins/wmget/wmget-0.6.1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-plugins/wmget/wmget-0.6.1.ebuild b/x11-plugins/wmget/wmget-0.6.1.ebuild index 3017cebb7176..502bca71265e 100644 --- a/x11-plugins/wmget/wmget-0.6.1.ebuild +++ b/x11-plugins/wmget/wmget-0.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ inherit autotools DESCRIPTION="a libcurl based dockapp for automated downloads" HOMEPAGE="http://www.dockapps.net/wmget" -SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" +SRC_URI="http://www.dockapps.net/download/${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -20,6 +20,9 @@ RDEPEND="x11-libs/libX11 DEPEND="${RDEPEND} x11-proto/xproto" +# Specific to this tarball +S=${WORKDIR}/dockapps-5aaf842 + src_prepare() { default |