commit: faac97b26708e8bbaa4002d279a843a11df2b38f Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Wed Jul 27 06:39:26 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Wed Jul 27 06:41:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faac97b2
x11-plugins/pidgin-skypeweb: Fix typo in SRC_URI. Package-Manager: portage-2.2.28 x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild index 4a23cb0..3c622fa 100644 --- a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild +++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild @@ -6,7 +6,7 @@ EAPI=5 DESCRIPTION="SkypeWeb Plugin for Pidgin" HOMEPAGE="https://github.com/EionRobb/skype4pidgin" -SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" KEYWORDS="~amd64 ~x86" SLOT="0"
