diff options
-rw-r--r-- | teams/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/teams/PKGBUILD b/teams/PKGBUILD index 1675e694a..e30f3fa40 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -3,14 +3,14 @@ pkgname=teams pkgver=1.5.00.10453 -pkgrel=21 +pkgrel=22 pkgdesc="Microsoft Teams for Linux is your chat-centered workspace in Office 365" 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' + 'at-spi2-core=2.46.0' 'cairo=1.17.6' 'gcc-libs=12.2.0' 'glibc>=2.35' @@ -39,7 +39,7 @@ _pinned_dependencies=( 'libxi=1.8' 'libxrandr=1.5.2' 'libxrender=0.9.10' - 'libxtst=1.2.3' + 'libxtst=1.2.4' 'mesa=22.1.7' 'nspr=4.35' 'nss=3.83' |