diff options
author | tytan652 | 2025-03-08 07:45:45 +0100 |
---|---|---|
committer | tytan652 | 2025-03-08 07:45:45 +0100 |
commit | acecc7604749849f6a249f36ff6cf605ffc95601 (patch) | |
tree | c16c618fd5e7093f97ee7429decafab00156813c | |
parent | b1c240e149caa0b9871af3a98eb12936fb72a331 (diff) | |
download | aur-acecc7604749849f6a249f36ff6cf605ffc95601.tar.gz |
build: Update to 31.0.2
-rw-r--r-- | .SRCINFO | 14 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 12 insertions, 12 deletions
@@ -1,6 +1,6 @@ pkgbase = obs-studio-tytan652 pkgdesc = Free and open source software for video recording and live streaming. With everything except service integrations. Plus my bind interface PR, and sometimes backported fixes - pkgver = 31.0.1 + pkgver = 31.0.2 pkgrel = 1 url = https://github.com/obsproject/obs-studio arch = x86_64 @@ -88,7 +88,7 @@ pkgbase = obs-studio-tytan652 optdepends = libdatachannel>=0.21: WHIP Support optdepends = libajantv2>=17.0.1: AJA support optdepends = decklink: Blackmagic Design DeckLink support - provides = obs-studio=31.0.1 + provides = obs-studio=31.0.2 provides = obs-vst provides = obs-websocket provides = obs-browser @@ -99,7 +99,7 @@ pkgbase = obs-studio-tytan652 conflicts = obs-linuxbrowser conflicts = libva-vdpau-driver options = debug - source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=31.0.1 + source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=31.0.2 source = obs-browser::git+https://github.com/obsproject/obs-browser.git source = obs-websocket::git+https://github.com/obsproject/obs-websocket.git source = bind_iface_eyeballed.patch @@ -109,9 +109,9 @@ pkgbase = obs-studio-tytan652 sha256sums = SKIP sha256sums = 115d126c2a80b25beab359ee5cd753bde418836ff239a20c5d8a376a85373912 sha256sums = ee54b9c6f7e17fcc62c6afc094e65f18b2e97963c2fe92289b2b91972ac206e5 - source_x86_64 = https://cdn-fastly.obsproject.com/downloads/cef_binary_6533_linux_x86_64.tar.xz - sha256sums_x86_64 = fab66dfc9cfd2e26fb87798f855aef30c2004edc8e19570d37af555644ae1655 - source_aarch64 = https://cdn-fastly.obsproject.com/downloads/cef_binary_6533_linux_aarch64.tar.xz - sha256sums_aarch64 = ab09f04e534306d3f301ea997c03a6a9f7bd245042d50a434f17c1c98ac64b89 + source_x86_64 = https://cdn-fastly.obsproject.com/downloads/cef_binary_6533_linux_x86_64_v3.tar.xz + sha256sums_x86_64 = cb7225c7a937ac4cdc9c41700061f45cccc640d696902357782e57f8250bf43a + source_aarch64 = https://cdn-fastly.obsproject.com/downloads/cef_binary_6533_linux_aarch64_v3.tar.xz + sha256sums_aarch64 = f92df7f076bdc8cac2e3c77e27be418008b7168723201cb73fdbc2f6d91bc778 pkgname = obs-studio-tytan652 @@ -2,7 +2,7 @@ _suffix=tytan652 pkgname="obs-studio-${_suffix}" -_pkgver=31.0.1 +_pkgver=31.0.2 pkgver="${_pkgver//-/_}" pkgrel=1 pkgdesc="Free and open source software for video recording and live streaming. With everything except service integrations. Plus my bind interface PR, and sometimes backported fixes" @@ -115,8 +115,8 @@ source=( "bind_iface_eyeballed.patch" # Based on https://github.com/tytan652/obs-studio/commits/bind_iface_eyeballed2 "v4l2_by-path.patch" # https://patch-diff.githubusercontent.com/raw/obsproject/obs-studio/pull/3437.patch ) -source_x86_64=("https://cdn-fastly.obsproject.com/downloads/cef_binary_6533_linux_x86_64.tar.xz") -source_aarch64=("https://cdn-fastly.obsproject.com/downloads/cef_binary_6533_linux_aarch64.tar.xz") +source_x86_64=("https://cdn-fastly.obsproject.com/downloads/cef_binary_6533_linux_x86_64_v3.tar.xz") +source_aarch64=("https://cdn-fastly.obsproject.com/downloads/cef_binary_6533_linux_aarch64_v3.tar.xz") sha256sums=( "SKIP" "SKIP" @@ -124,8 +124,8 @@ sha256sums=( "115d126c2a80b25beab359ee5cd753bde418836ff239a20c5d8a376a85373912" "ee54b9c6f7e17fcc62c6afc094e65f18b2e97963c2fe92289b2b91972ac206e5" ) -sha256sums_x86_64=("fab66dfc9cfd2e26fb87798f855aef30c2004edc8e19570d37af555644ae1655") -sha256sums_aarch64=("ab09f04e534306d3f301ea997c03a6a9f7bd245042d50a434f17c1c98ac64b89") +sha256sums_x86_64=("cb7225c7a937ac4cdc9c41700061f45cccc640d696902357782e57f8250bf43a") +sha256sums_aarch64=("f92df7f076bdc8cac2e3c77e27be418008b7168723201cb73fdbc2f6d91bc778") if [[ ${CARCH/%_v?/} == 'x86_64' ]]; then optdepends+=("decklink: Blackmagic Design DeckLink support") |