media-video/obs-studio: update source URIs
authorJimi Huotari <chiitoo@gentoo.org>
Mon, 9 Jul 2018 01:24:46 +0000 (04:24 +0300)
committerTony Vroon <chainsaw@gentoo.org>
Fri, 13 Jul 2018 09:36:16 +0000 (10:36 +0100)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

media-video/obs-studio/metadata.xml
media-video/obs-studio/obs-studio-21.0.2.ebuild
media-video/obs-studio/obs-studio-9999.ebuild

index 5567b005a9c5c6dd6762440de858eccad9c4921a..74a7f582c0488b18053e94ad0ea385ceb242f2b7 100644 (file)
@@ -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>
index a8842b169dc0fabefd718949e3248f2bf373e7f7..208ad00045069996234c0abb2b02bd8814a1ac22 100644 (file)
@@ -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
 
index 315620af94b39740650762e737f155e480fa93e3..ee1ed473849b5e382790e8a628be1ddbfe1bbe68 100644 (file)
@@ -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