mirror of
https://github.com/luzifer-aur/obs-studio-browser.git
synced 2024-12-20 16:21:17 +00:00
Use submodule versions provided by project, use all submodules
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
e1deb43dc8
commit
c0336fba03
2 changed files with 3 additions and 7 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -35,8 +35,6 @@ pkgbase = obs-studio-browser
|
||||||
provides = obs-studio=26.1.0
|
provides = obs-studio=26.1.0
|
||||||
conflicts = obs-studio
|
conflicts = obs-studio
|
||||||
source = obs-studio-browser::git+https://github.com/obsproject/obs-studio.git#tag=26.1.0
|
source = obs-studio-browser::git+https://github.com/obsproject/obs-studio.git#tag=26.1.0
|
||||||
source = obs-browser::git+https://github.com/obsproject/obs-browser.git
|
|
||||||
sha256sums = SKIP
|
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = obs-studio-browser
|
pkgname = obs-studio-browser
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
pkgname=obs-studio-browser
|
pkgname=obs-studio-browser
|
||||||
pkgver=26.1.0
|
pkgver=26.1.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Free and open source software for video recording and live streaming. Built with the browser plugin."
|
pkgdesc="Free and open source software for video recording and live streaming. Built with the browser plugin."
|
||||||
arch=("i686" "x86_64")
|
arch=("i686" "x86_64")
|
||||||
url="https://github.com/obsproject/obs-studio"
|
url="https://github.com/obsproject/obs-studio"
|
||||||
|
@ -48,14 +48,12 @@ provides=("obs-studio=$pkgver")
|
||||||
conflicts=("obs-studio")
|
conflicts=("obs-studio")
|
||||||
source=(
|
source=(
|
||||||
"$pkgname::git+https://github.com/obsproject/obs-studio.git#tag=$pkgver"
|
"$pkgname::git+https://github.com/obsproject/obs-studio.git#tag=$pkgver"
|
||||||
"obs-browser::git+https://github.com/obsproject/obs-browser.git"
|
|
||||||
)
|
)
|
||||||
sha256sums=('SKIP' 'SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
git config submodule.plugins/obs-browser.url $srcdir/obs-browser
|
git submodule update --init --recursive
|
||||||
git submodule update
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue