summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522023-10-13 09:23:54 +0200
committertytan6522023-10-13 09:23:54 +0200
commit7081490079b34bcc7a82ba77d7f190a98975fd9a (patch)
tree1ad11917de0484162c86a0cf8d02d701691953fb
parente738c8f52308e2965c2a393e7a6dcc64abf5f908 (diff)
downloadaur-7081490079b34bcc7a82ba77d7f190a98975fd9a.tar.gz
build: Fix CEF libwebp patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 899bbada389a..8b4fbaa9dc8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-studio-tytan652
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
pkgver = 29.1.3
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/obsproject/obs-studio
arch = x86_64
arch = aarch64
@@ -21,7 +21,7 @@ pkgbase = obs-studio-tytan652
makedepends = systemd-libs
makedepends = v4l-utils
makedepends = websocketpp
- makedepends = cef-minimal-obs=103.0.0_5060_shared_textures_2594+gc69ad37+chromium_103.0.5060.134_1
+ makedepends = cef-minimal-obs=103.0.0_5060_shared_textures_2594+g17f8588+chromium_103.0.5060.134_1
depends = alsa-lib
depends = curl
depends = ffmpeg-obs>=6
diff --git a/PKGBUILD b/PKGBUILD
index 6d99ee18a660..60d6b24d1c21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"