summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522024-04-27 20:06:21 +0200
committertytan6522024-04-27 20:06:21 +0200
commitb5b813b2ce0c4ebb4e82405d495b22467197bb2f (patch)
treefbbe08be50e592c5767aa7bfb93a6a25b3e4e27a
parent27cdbeb8fee01c0dae2ccb3f4999cfef4c7ca724 (diff)
downloadaur-b5b813b2ce0c4ebb4e82405d495b22467197bb2f.tar.gz
build: Enforce Python 3.12 rebuild
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8da4583eed24..8f3a55332750 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 = 30.1.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/obsproject/obs-studio
arch = x86_64
arch = aarch64
@@ -17,7 +17,7 @@ pkgbase = obs-studio-tytan652
makedepends = luajit
makedepends = nlohmann-json
makedepends = libvpl
- makedepends = python>=3.11
+ makedepends = python>=3.12
makedepends = sndio
makedepends = swig
makedepends = systemd-libs
@@ -79,7 +79,7 @@ pkgbase = obs-studio-tytan652
optdepends = libva-mesa-driver: VAAPI encoder support
optdepends = swig: Scripting
optdepends = luajit: Lua scripting
- optdepends = python>=3.11: Python scripting
+ optdepends = python>=3.12: Python scripting
optdepends = sndio: Sndio input client
optdepends = v4l-utils: V4L2 support
optdepends = systemd-libs: V4L2 support
diff --git a/PKGBUILD b/PKGBUILD
index f421cd8bad90..8592c9dcd7ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=obs-studio-tytan652
pkgver=30.1.2
-pkgrel=2
+pkgrel=3
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"
@@ -12,7 +12,7 @@ _qtver=6.6.2
_libajantv2ver=17.0.1
_libdatachannelver=0.20
_mbedtlsver=3.5.1
-_pythonver=3.11
+_pythonver=3.12
depends=(
"alsa-lib" # Deps of ALSA plugin and CEF
"curl" # Deps of OBS Studio and rtmp-services plugin