diff options
author | Erich Eckner <git@eckner.net> | 2022-09-27 22:32:48 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-09-27 22:32:48 +0200 |
commit | 78805474788cdac1f2861ff6c1ccf447c7e60edf (patch) | |
tree | 18ab052e043ea45048edcbe7e112cd0a624a2d1b | |
parent | 18ccb866987c0ab38950234c2c2a47df054f239f (diff) | |
download | archlinuxewe-78805474788cdac1f2861ff6c1ccf447c7e60edf.tar.xz |
removed at-spi2-atk - it's in conflict with at-spi2-core
-rw-r--r-- | slack-desktop/PKGBUILD | 1 | ||||
-rw-r--r-- | teams-for-linux/PKGBUILD | 1 | ||||
-rw-r--r-- | teams/PKGBUILD | 1 | ||||
-rw-r--r-- | zoom/PKGBUILD | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/slack-desktop/PKGBUILD b/slack-desktop/PKGBUILD index 02a3d9df0..30345cd64 100644 --- a/slack-desktop/PKGBUILD +++ b/slack-desktop/PKGBUILD @@ -11,7 +11,6 @@ arch=('x86_64') url="https://slack.com/downloads" license=('custom') _pinned_dependencies=( - 'at-spi2-atk=2.38.0' 'at-spi2-core=2.46.0' 'cairo=1.17.6' 'gcc-libs=12.2.0' diff --git a/teams-for-linux/PKGBUILD b/teams-for-linux/PKGBUILD index 3779ca50f..bcf155265 100644 --- a/teams-for-linux/PKGBUILD +++ b/teams-for-linux/PKGBUILD @@ -10,7 +10,6 @@ arch=("aarch64" "armv7h" "i686" "x86_64") url="https://github.com/IsmaelMartinez/${pkgname}" license=("GPL3") _pinned_dependencies=( - 'at-spi2-atk=2.38.0' 'at-spi2-core=2.46.0' 'cairo=1.17.6' 'gcc-libs=12.2.0' diff --git a/teams/PKGBUILD b/teams/PKGBUILD index e30f3fa40..13c312656 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -9,7 +9,6 @@ arch=('x86_64') url="https://teams.microsoft.com/downloads" license=('custom') _pinned_dependencies=( - 'at-spi2-atk=2.38.0' 'at-spi2-core=2.46.0' 'cairo=1.17.6' 'gcc-libs=12.2.0' diff --git a/zoom/PKGBUILD b/zoom/PKGBUILD index d0e5f72a8..e2f65acf7 100644 --- a/zoom/PKGBUILD +++ b/zoom/PKGBUILD @@ -11,7 +11,6 @@ arch=('x86_64') license=('custom') url="https://zoom.us/" _pinned_dependencies=( - 'at-spi2-atk=2.38.0' 'at-spi2-core=2.46.0' 'cairo=1.17.6' 'gcc-libs=12.2.0' |