-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
obs-plugin-browser-bin: Change source artifact.
- Loading branch information
1 parent
236a8df
commit 3e2935f
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# Template file for 'obs-plugin-browser-bin' | ||
pkgname=obs-plugin-browser-bin | ||
version=30.0.0 # This is actually the version of obs to extract the plugin from | ||
revision=1 | ||
revision=2 | ||
archs="x86_64" | ||
short_desc="CEF-based OBS Studio browser plugin" | ||
maintainer="Michael Aldridge <[email protected]>" | ||
license="GPL-2.0-only" | ||
homepage="https://obsproject.com/kb/browser-source" | ||
distfiles="https://launchpad.net/~obsproject/+archive/ubuntu/obs-studio/+files/obs-studio_$version-0obsproject1~mantic_amd64.deb" | ||
checksum=3fe8c1f8788f7b718e3d59ac80f83400e2c21e725d5649fc623e49c73129c911 | ||
distfiles="https://github.com/obsproject/obs-studio/releases/download/$version/obs-studio_$version-0obsproject1.lunar_amd64.deb" | ||
checksum=b79c27497211cb9cf3e406f3672245f382d9d96268d2bc3f0bbf2fcf5a806ea9 | ||
|
||
do_install() { | ||
vinstall lib/x86_64-linux-gnu/obs-plugins/obs-browser.so 0644 usr/lib/obs-plugins/ | ||
|