Use submodule versions provided by project, use all submodules

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-12-19 01:00:01 +01:00
parent e1deb43dc8
commit c0336fba03
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D
2 changed files with 3 additions and 7 deletions

View file

@ -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

View file

@ -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() {