summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortytan6522022-09-30 09:52:18 +0200
committertytan6522022-09-30 09:52:18 +0200
commitaa3660940fb7c631b054d505aae540b1a0f99f97 (patch)
treeb7e3a6141279e0bb1ff38c1d0ec9ee9a77730708 /PKGBUILD
parent363ca9c4fb1aa21cd6f1cc51b901b6dda1c4ac9e (diff)
downloadaur-aa3660940fb7c631b054d505aae540b1a0f99f97.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 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")