diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 4 insertions, 4 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.2 + pkgver = 31.0.3 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.2 + provides = obs-studio=31.0.3 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.2 + source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=31.0.3 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 @@ -2,7 +2,7 @@ _suffix=tytan652 pkgname="obs-studio-${_suffix}" -_pkgver=31.0.2 +_pkgver=31.0.3 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" |