summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522022-09-30 09:52:18 +0200
committertytan6522022-09-30 09:52:18 +0200
commitaa3660940fb7c631b054d505aae540b1a0f99f97 (patch)
treeb7e3a6141279e0bb1ff38c1d0ec9ee9a77730708
parent363ca9c4fb1aa21cd6f1cc51b901b6dda1c4ac9e (diff)
downloadaur-aa3660940fb7c631b054d505aae540b1a0f99f97.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 668aa04206b2..8215d12d6818 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cef-minimal-obs-bin
pkgdesc = Chromium Embedded Framework minimal release needed by OBS Studio release in /opt/cef-obs
pkgver = 103.0.0_5060_shared_textures_143.2591+g4204d54+chromium_103.0.5060.134_1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/obsproject/cef/tree/5060-shared-textures
arch = x86_64
license = BSD
@@ -11,7 +11,7 @@ pkgbase = cef-minimal-obs-bin
depends = pango
depends = libxrandr
depends = libxcomposite
- depends = at-spi2-atk
+ depends = at-spi2-core
depends = libxkbcommon
depends = libcups
depends = mesa
diff --git a/PKGBUILD b/PKGBUILD
index aeb6cb1b8281..5f2cf06e8738 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,13 @@ _cefbranch="5060"
_chromiumver="103.0.${_cefbranch}.134"
_rebuild="1" # The tarball sometime can get rebuild by OBS Project
pkgver="${_version}+g${_commit}+chromium_${_chromiumver}_${_rebuild}"
-pkgrel=2
+pkgrel=3
pkgdesc="Chromium Embedded Framework minimal release needed by OBS Studio release in /opt/cef-obs"
arch=("x86_64")
url="https://github.com/obsproject/cef/tree/5060-shared-textures"
license=("BSD")
depends=("nss" "alsa-lib" "pango" "libxrandr" "libxcomposite"
- "at-spi2-atk" "libxkbcommon" "libcups" "mesa")
+ "at-spi2-core" "libxkbcommon" "libcups" "mesa")
makedepends=("cmake")
provides=("cef-minimal-obs=$pkgver")
conflicts=("cef-minimal-obs")