summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortytan6522022-09-30 09:59:12 +0200
committertytan6522022-09-30 09:59:12 +0200
commit6e2aab4d641ac48b8c6c1654d439eb77bcbbef4b (patch)
treeabd16ceba9ba675c44dcc82c0cc5af578067c16b /PKGBUILD
parente48c79836b2f4570547e4b0a5cee0fa5219d6c49 (diff)
downloadaur-6e2aab4d641ac48b8c6c1654d439eb77bcbbef4b.tar.gz
build: Replace at-spi2-atk by at-spi2-core
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1bc4ace31d49..af691f16c4d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ DISTRIB_ID=`lsb_release --id | cut -f2 -d$'\t'`
pkgname=obs-studio-browser
pkgver=28.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Free and open source software for video recording and live streaming. With everything except service integration"
arch=("x86_64")
url="https://github.com/obsproject/obs-studio"
@@ -33,7 +33,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"