diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-02-07 09:42:56 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-02-07 09:42:56 +0100 |
commit | 2552e72a7a87f98d65d5fcd00c9feea09c6113d0 (patch) | |
tree | 1c5b3996ffce005ddc77d6e7ceabc894c59928a1 | |
parent | 0a4ae12eb8924a35470cefe81f2c9db4915d2268 (diff) | |
download | archlinuxewe-2552e72a7a87f98d65d5fcd00c9feea09c6113d0.tar.xz |
teams: fix _pinned_dependencies
-rw-r--r-- | teams/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/teams/PKGBUILD b/teams/PKGBUILD index 2db6db073..59245fc4d 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -9,13 +9,13 @@ arch=('x86_64') url="https://teams.microsoft.com/downloads" license=('custom') _pinned_dependencies=( - 'cairo=1.17.8' 'gcc-libs=12.2.1' 'glibc>=2.35' 'libasound.so=2' 'libatk-1.0.so=0' 'libatk-bridge-2.0.so=0' 'libatspi.so=0' + 'libcairo.so=2' 'libcups=1:2.4.2' 'libdbus-1.so=3' 'libdrm=2.4.114' |