summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522022-09-30 09:52:23 +0200
committertytan6522022-09-30 09:52:23 +0200
commite1af95f1c770d71502056ce338fe56e534df7e3a (patch)
treec4cf319a8c915ecd5a9c4d351d6ce9c9a48f0a9f
parent2ef2f6028d6e2320947520ded7d556ea83bd4fda (diff)
downloadaur-e1af95f1c770d71502056ce338fe56e534df7e3a.tar.gz
build: Replace at-spi2-atk by at-spi2-core
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 468f5b519cf5..1380eee8e9dc 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 V4L2 devices by paths, my bind interface PR, and sometimes backported fixes
pkgver = 28.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/obsproject/obs-studio
arch = x86_64
arch = aarch64
@@ -32,7 +32,7 @@ pkgbase = obs-studio-tytan652
depends = libxss
depends = libxrandr
depends = nss
- depends = at-spi2-atk
+ depends = at-spi2-core
depends = ffmpeg-obs>=5
depends = vlc-luajit
depends = ftl-sdk
diff --git a/PKGBUILD b/PKGBUILD
index ca4fbffd8f4b..70dffb8cd422 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ DISTRIB_ID=`lsb_release --id | cut -f2 -d$'\t'`
pkgname=obs-studio-tytan652
pkgver=28.0.2
-pkgrel=1
+pkgrel=2
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")
url="https://github.com/obsproject/obs-studio"
@@ -28,7 +28,7 @@ depends=(
"xdg-desktop-portal"
# Needed by obs-browser
- "libxss" "libxrandr" "nss" "at-spi2-atk"
+ "libxss" "libxrandr" "nss" "at-spi2-core"
# AUR Packages
"ffmpeg-obs>=5" "vlc-luajit" "ftl-sdk"