diff options
author | tytan652 | 2023-10-13 09:23:54 +0200 |
---|---|---|
committer | tytan652 | 2023-10-13 09:23:54 +0200 |
commit | 7081490079b34bcc7a82ba77d7f190a98975fd9a (patch) | |
tree | 1ad11917de0484162c86a0cf8d02d701691953fb /PKGBUILD | |
parent | e738c8f52308e2965c2a393e7a6dcc64abf5f908 (diff) | |
download | aur-7081490079b34bcc7a82ba77d7f190a98975fd9a.tar.gz |
build: Fix CEF libwebp patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ pkgname=obs-studio-tytan652 pkgver=29.1.3 -pkgrel=5 +pkgrel=6 pkgdesc="Free and open source software for video recording and live streaming. With everything except service integrations. Plus V4L2 devices by paths, my bind interface PR, and sometimes backported fixes" arch=("x86_64" "aarch64") url="https://github.com/obsproject/obs-studio" @@ -74,7 +74,7 @@ makedepends=( "websocketpp" # Deps of Websocket plugin (headers-only lib) # Deps of obs-browser - "cef-minimal-obs=103.0.0_5060_shared_textures_2594+gc69ad37+chromium_103.0.5060.134_1" + "cef-minimal-obs=103.0.0_5060_shared_textures_2594+g17f8588+chromium_103.0.5060.134_1" ) optdepends=( "jack: JACK support" |