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 /PKGBUILD | |
parent | b1c240e149caa0b9871af3a98eb12936fb72a331 (diff) | |
download | aur-acecc7604749849f6a249f36ff6cf605ffc95601.tar.gz |
build: Update to 31.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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") |