summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2018-07-09 04:24:46 +0300
committerTony Vroon <chainsaw@gentoo.org>2018-07-13 10:36:16 +0100
commit4f89042e722d03c12728c5fd7f55a9a0db18eb16 (patch)
tree2b8ab362a14f9d0fc50d2bb080f68bc0091812e6 /media-video/obs-studio
parentmedia-video/obs-studio: fix build with Qt 5.11 (diff)
downloadgentoo-4f89042e722d03c12728c5fd7f55a9a0db18eb16.tar.gz
gentoo-4f89042e722d03c12728c5fd7f55a9a0db18eb16.tar.bz2
gentoo-4f89042e722d03c12728c5fd7f55a9a0db18eb16.zip
media-video/obs-studio: update source URIs
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'media-video/obs-studio')
-rw-r--r--media-video/obs-studio/metadata.xml2
-rw-r--r--media-video/obs-studio/obs-studio-21.0.2.ebuild4
-rw-r--r--media-video/obs-studio/obs-studio-9999.ebuild4
3 files changed, 5 insertions, 5 deletions
diff --git a/media-video/obs-studio/metadata.xml b/media-video/obs-studio/metadata.xml
index 5567b005a9c5..74a7f582c048 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 a8842b169dc0..208ad0004506 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 315620af94b3..ee1ed473849b 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