summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522024-12-22 19:48:22 +0100
committertytan6522024-12-22 19:48:22 +0100
commit030b2f5910bff616090f49327df9db38cfefe32a (patch)
treec77ce1f44ac860267aed55a14eab8992ed97adfc
parent0cdc0fb6a6e9af7397f188b8f94af3492bd15871 (diff)
downloadaur-030b2f5910bff616090f49327df9db38cfefe32a.tar.gz
build: Python 3.13 rebuild
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 486f3a772bff..cf9d986f63be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/obsproject/obs-studio
arch = x86_64
arch = aarch64
@@ -18,7 +18,7 @@ pkgbase = obs-studio-tytan652
makedepends = luajit
makedepends = nlohmann-json
makedepends = libvpl
- makedepends = python>=3.12
+ makedepends = python>=3.13
makedepends = sndio
makedepends = swig
makedepends = systemd-libs
@@ -80,7 +80,7 @@ pkgbase = obs-studio-tytan652
optdepends = libva-mesa-driver: VAAPI encoder support
optdepends = swig: Scripting
optdepends = luajit: Lua scripting
- optdepends = python>=3.12: Python scripting
+ optdepends = python>=3.13: Python scripting
optdepends = sndio: Sndio input client
optdepends = v4l-utils: V4L2 support
optdepends = systemd-libs: V4L2 support
diff --git a/PKGBUILD b/PKGBUILD
index 64ae4e4a6948..70ba1bd3a119 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _suffix=tytan652
pkgname="obs-studio-${_suffix}"
_pkgver=31.0.0
pkgver="${_pkgver//-/_}"
-pkgrel=3
+pkgrel=4
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"
arch=("x86_64" "aarch64")
url="https://github.com/obsproject/obs-studio"
@@ -14,7 +14,7 @@ _qtver=6.6.2
_libajantv2ver=17.0.1
_libdatachannelver=0.21
_mbedtlsver=3.6.1
-_pythonver=3.12
+_pythonver=3.13
depends=(
"alsa-lib" # Deps of ALSA plugin and CEF
"curl" # Deps of OBS Studio and rtmp-services plugin