summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522023-02-04 14:53:27 +0100
committertytan6522023-02-04 14:53:27 +0100
commitf7d9eda291b32b4f7bb890c770fbdc65e3a3e8fb (patch)
tree3b84e7c3335c129e3fa95b3c9346cb60aefe7dd5
parent4d07232e3276992678b8b4d0a0cbfa47478511cd (diff)
downloadaur-f7d9eda291b32b4f7bb890c770fbdc65e3a3e8fb.tar.gz
build: Update to 29.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a064c2a92140..b30f9ba0dee3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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 V4L2 devices by paths, my bind interface PR, and sometimes backported fixes
- pkgver = 29.0.1
+ pkgver = 29.0.2
pkgrel = 1
url = https://github.com/obsproject/obs-studio
arch = x86_64
@@ -48,7 +48,7 @@ pkgbase = obs-studio-tytan652
optdepends = libajantv2: AJA NTV 2 support
optdepends = python: Python scripting
optdepends = decklink: Blackmagic Design DeckLink support
- provides = obs-studio=29.0.1
+ provides = obs-studio=29.0.2
provides = obs-vst
provides = obs-websocket
provides = obs-browser
@@ -59,7 +59,7 @@ pkgbase = obs-studio-tytan652
conflicts = obs-browser
conflicts = obs-linuxbrowser
options = debug
- source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=29.0.1
+ source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=29.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 = qr::git+https://github.com/nayuki/QR-Code-generator.git
diff --git a/PKGBUILD b/PKGBUILD
index e36a7149f8fd..4b54b562f3bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
DISTRIB_ID=`lsb_release --id | cut -f2 -d$'\t'`
pkgname=obs-studio-tytan652
-pkgver=29.0.1
+pkgver=29.0.2
pkgrel=1
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")