mirror of
https://github.com/luzifer-aur/obs-studio-browser.git
synced 2024-12-20 16:21:17 +00:00
Fix repo URL
This commit is contained in:
parent
f6ae1a296e
commit
9852a1cd95
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,8 +1,8 @@
|
|||
pkgbase = obs-studio-git
|
||||
pkgdesc = Free and open source software for video recording and live streaming.
|
||||
pkgver = 21.0.2.r0.g6ed55995
|
||||
pkgver = 23.2.1.r188.gae83c857d
|
||||
pkgrel = 1
|
||||
url = https://github.com/jp9000/obs-studio
|
||||
url = https://github.com/obsproject/obs-studio
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
|
@ -30,9 +30,9 @@ pkgbase = obs-studio-git
|
|||
optdepends = swig: Scripting
|
||||
optdepends = luajit: Lua scripting
|
||||
optdepends = python: Python scripting
|
||||
provides = obs-studio=21.0.2.r0.g6ed55995
|
||||
provides = obs-studio=23.2.1.r188.gae83c857d
|
||||
conflicts = obs-studio
|
||||
source = obs-studio-git::git+https://github.com/jp9000/obs-studio.git#branch=master
|
||||
source = obs-studio-git::git+https://github.com/obsproject/obs-studio.git#branch=master
|
||||
source = git+https://github.com/Mixer/ftl-sdk.git
|
||||
md5sums = SKIP
|
||||
md5sums = SKIP
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -2,13 +2,13 @@
|
|||
# Contributor: Jonathan Steel <jsteel at archlinux.org>
|
||||
# Contributor: ArcticVanguard <LideEmily at gmail dot com>
|
||||
# Contributor: ledti <antergist at gmail dot com>
|
||||
|
||||
MAKEFLAGS="-j1"
|
||||
pkgname=obs-studio-git
|
||||
pkgver=21.0.2.r12.gc87597f7
|
||||
pkgver=23.2.1.r188.gae83c857d
|
||||
pkgrel=1
|
||||
pkgdesc="Free and open source software for video recording and live streaming."
|
||||
arch=("i686" "x86_64")
|
||||
url="https://github.com/jp9000/obs-studio"
|
||||
url="https://github.com/obsproject/obs-studio"
|
||||
license=("GPL2")
|
||||
depends=("ffmpeg" "jansson" "libxinerama" "libxkbcommon-x11"
|
||||
"qt5-x11extras" "curl" "gtk-update-icon-cache")
|
||||
|
@ -23,7 +23,7 @@ optdepends=("libfdk-aac: FDK AAC codec support"
|
|||
"python: Python scripting")
|
||||
provides=("obs-studio=$pkgver")
|
||||
conflicts=("obs-studio")
|
||||
source=("$pkgname::git+https://github.com/jp9000/obs-studio.git#branch=master"
|
||||
source=("$pkgname::git+https://github.com/obsproject/obs-studio.git#branch=master"
|
||||
"git+https://github.com/Mixer/ftl-sdk.git")
|
||||
md5sums=("SKIP" "SKIP")
|
||||
|
||||
|
|
Loading…
Reference in a new issue