commit: 4f89042e722d03c12728c5fd7f55a9a0db18eb16
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 9 01:24:46 2018 +0000
Commit: Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Fri Jul 13 09:36:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f89042e
media-video/obs-studio: update source URIs
Package-Manager: Portage-2.3.41, Repoman-2.3.9
media-video/obs-studio/metadata.xml | 2 +-
media-video/obs-studio/obs-studio-21.0.2.ebuild | 4 ++--
media-video/obs-studio/obs-studio-9999.ebuild | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/media-video/obs-studio/metadata.xml
b/media-video/obs-studio/metadata.xml
index 5567b005a9c..74a7f582c04 100644
--- a/media-video/obs-studio/metadata.xml
+++ b/media-video/obs-studio/metadata.xml
@@ -21,6 +21,6 @@
<pkg>media-libs/speexdsp</pkg>.</flag>
</use>
<upstream>
- <remote-id type="github">jp9000/obs-studio</remote-id>
+ <remote-id type="github">obsproject/obs-studio</remote-id>
</upstream>
</pkgmetadata>
diff --git a/media-video/obs-studio/obs-studio-21.0.2.ebuild
b/media-video/obs-studio/obs-studio-21.0.2.ebuild
index a8842b169dc..208ad000450 100644
--- a/media-video/obs-studio/obs-studio-21.0.2.ebuild
+++ b/media-video/obs-studio/obs-studio-21.0.2.ebuild
@@ -9,10 +9,10 @@ inherit cmake-utils gnome2-utils
if [[ ${PV} == *9999 ]]; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/jp9000/obs-studio.git"
+ EGIT_REPO_URI="https://github.com/obsproject/obs-studio.git"
EGIT_SUBMODULES=()
else
- SRC_URI="https://github.com/jp9000/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
+ SRC_URI="https://github.com/obsproject/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
diff --git a/media-video/obs-studio/obs-studio-9999.ebuild
b/media-video/obs-studio/obs-studio-9999.ebuild
index 315620af94b..ee1ed473849 100644
--- a/media-video/obs-studio/obs-studio-9999.ebuild
+++ b/media-video/obs-studio/obs-studio-9999.ebuild
@@ -10,10 +10,10 @@ inherit cmake-utils gnome2-utils python-any-r1
if [[ ${PV} == *9999 ]]; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/jp9000/obs-studio.git"
+ EGIT_REPO_URI="https://github.com/obsproject/obs-studio.git"
EGIT_SUBMODULES=()
else
- SRC_URI="https://github.com/jp9000/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
+ SRC_URI="https://github.com/obsproject/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi