diff options
author | Erich Eckner <git@eckner.net> | 2022-05-21 21:08:15 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-05-21 21:08:15 +0200 |
commit | 9a2519f21f1e74d457a9aacaa8da9f45cfb19097 (patch) | |
tree | a1d39c822243aefdb90916ce61af473cb020e5ef | |
parent | df45244e5efa364def8c6e1503ff759eb41a42a9 (diff) | |
download | archlinuxewe-9a2519f21f1e74d457a9aacaa8da9f45cfb19097.tar.xz |
teams: fix _pinned_dependencies
-rw-r--r-- | teams/PKGBUILD | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/teams/PKGBUILD b/teams/PKGBUILD index 22d9820c4..36950cfd1 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -9,6 +9,40 @@ arch=('x86_64') url="https://teams.microsoft.com/downloads" license=('custom') _pinned_dependencies=( + 'at-spi2-atk=2.38.0' + 'at-spi2-core=2.44.1' + 'cairo=1.17.6' + 'gcc-libs=12.1.0' + 'glibc>=2.35' + 'libasound.so=2' + 'libatk-1.0.so=0' + 'libcups=1:2.4.1' + 'libdbus-1.so=3' + 'libdrm=2.4.110' + 'libexpat.so=1' + 'libgdk-3.so=0' + 'libgdk_pixbuf-2.0.so=0' + 'libgio-2.0.so=0' + 'libglib-2.0.so=0' + 'libgobject-2.0.so=0' + 'libgtk-3.so=0' + 'libpango-1.0.so=0' + 'libpangocairo-1.0.so=0' + 'libsecret-1.so=0' + 'libx11=1.8' + 'libxcb=1.15' + 'libxcomposite=0.4.5' + 'libxcursor=1.2.1' + 'libxdamage=1.1.5' + 'libxext=1.3.4' + 'libxfixes=6.0.0' + 'libxi=1.8' + 'libxrandr=1.5.2' + 'libxrender=0.9.10' + 'libxtst=1.2.3' + 'mesa=22.0.4' + 'nspr=4.33' + 'nss=3.78' ) depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss" "glibc>=2.28-4" "${_pinned_dependencies[@]}") makedepends=(nodejs-lts-fermium) |