diff options
-rw-r--r-- | teams/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/teams/PKGBUILD b/teams/PKGBUILD index 9107fe031..356e47aac 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -3,7 +3,7 @@ pkgname=teams pkgver=1.4.00.26453 -pkgrel=20 +pkgrel=21 pkgdesc="Microsoft Teams for Linux is your chat-centered workspace in Office 365" arch=('x86_64') url="https://teams.microsoft.com/downloads" @@ -16,7 +16,7 @@ _pinned_dependencies=( 'glibc>=2.33' 'libasound.so=2' 'libatk-1.0.so=0' - 'libcups=1:2.4.0' + 'libcups=1:2.4.1' 'libdbus-1.so=3' 'libdrm=2.4.109' 'libexpat.so=1' @@ -40,7 +40,7 @@ _pinned_dependencies=( 'libxrandr=1.5.2' 'libxrender=0.9.10' 'libxtst=1.2.3' - 'mesa=21.3.4' + 'mesa=21.3.5' 'nspr=4.33' 'nss=3.74' ) |