summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522023-02-03 08:55:56 +0100
committertytan6522023-02-03 08:55:56 +0100
commit52daf426f329987a495d18919ff0d3b27e9ce682 (patch)
treee4174776942f5d8a481f409c514e780d97da9a10
parent4067ec19edd9e9e7856582c05e8b1b38a45b2e21 (diff)
downloadaur-52daf426f329987a495d18919ff0d3b27e9ce682.tar.gz
build: Update to 29.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5602648acaa..a77947c94d2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obs-studio-rc
pkgdesc = Beta cycle of the free and open source software for video recording and live streaming. With everything except service integration
- pkgver = 29.0.0
- pkgrel = 2
+ pkgver = 29.0.1
+ pkgrel = 1
epoch = 5
url = https://github.com/obsproject/obs-studio
arch = x86_64
@@ -49,7 +49,7 @@ pkgbase = obs-studio-rc
optdepends = libajantv2: AJA NTV 2 support
optdepends = python: Python scripting
optdepends = decklink: Blackmagic Design DeckLink support
- provides = obs-studio=29.0.0
+ provides = obs-studio=29.0.1
provides = obs-vst
provides = obs-websocket
provides = obs-browser
@@ -60,7 +60,7 @@ pkgbase = obs-studio-rc
conflicts = obs-browser
conflicts = obs-linuxbrowser
options = debug
- source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=29.0.0
+ source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=29.0.1
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 7bc5e071326d..187219060928 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
DISTRIB_ID=`lsb_release --id | cut -f2 -d$'\t'`
pkgname=obs-studio-rc
-_pkgver=29.0.0
+_pkgver=29.0.1
pkgver=${_pkgver//-/_}
-pkgrel=2
+pkgrel=1
epoch=5
pkgdesc="Beta cycle of the free and open source software for video recording and live streaming. With everything except service integration"
arch=("x86_64" "aarch64")