diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-07-27 08:39:26 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-07-27 08:41:58 +0200 |
commit | faac97b26708e8bbaa4002d279a843a11df2b38f (patch) | |
tree | 4f30bd3c17203031998176fb1d588521a4cbc49c | |
parent | dev-lang/php: Whitespace (diff) | |
download | gentoo-faac97b26708e8bbaa4002d279a843a11df2b38f.tar.gz gentoo-faac97b26708e8bbaa4002d279a843a11df2b38f.tar.bz2 gentoo-faac97b26708e8bbaa4002d279a843a11df2b38f.zip |
x11-plugins/pidgin-skypeweb: Fix typo in SRC_URI.
Package-Manager: portage-2.2.28
-rw-r--r-- | x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.2.ebuild index 4a23cb03cfa1..3c622fa26ae2 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" |