mirror of
https://github.com/luzifer-aur/obs-studio-browser.git
synced 2024-12-20 16:21:17 +00:00
Add name to obs-browser code, change maintainer
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
08a8f39456
commit
e1deb43dc8
2 changed files with 4 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -35,7 +35,7 @@ pkgbase = obs-studio-browser
|
|||
provides = obs-studio=26.1.0
|
||||
conflicts = obs-studio
|
||||
source = obs-studio-browser::git+https://github.com/obsproject/obs-studio.git#tag=26.1.0
|
||||
source = git+https://github.com/obsproject/obs-browser.git
|
||||
source = obs-browser::git+https://github.com/obsproject/obs-browser.git
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
||||
|
|
5
PKGBUILD
5
PKGBUILD
|
@ -1,4 +1,5 @@
|
|||
# Maintainer: Alice Gaudon <alice at gaudon dot pro>
|
||||
# Maintainer: Knut Ahlers <knut at ahlers dot me>
|
||||
# Contributor: Alice Gaudon <alice at gaudon dot pro>
|
||||
# Contributor: Benjamin Klettbach <b dot klettbach at gmail dot com >
|
||||
# Contributor: Jonathan Steel <jsteel at archlinux.org>
|
||||
# Contributor: ArcticVanguard <LideEmily at gmail dot com>
|
||||
|
@ -47,7 +48,7 @@ provides=("obs-studio=$pkgver")
|
|||
conflicts=("obs-studio")
|
||||
source=(
|
||||
"$pkgname::git+https://github.com/obsproject/obs-studio.git#tag=$pkgver"
|
||||
"git+https://github.com/obsproject/obs-browser.git"
|
||||
"obs-browser::git+https://github.com/obsproject/obs-browser.git"
|
||||
)
|
||||
sha256sums=('SKIP' 'SKIP')
|
||||
|
||||
|
|
Loading…
Reference in a new issue