diff options
-rw-r--r-- | teams/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/teams/PKGBUILD b/teams/PKGBUILD index 62045641f..f4ebb6aa3 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -3,7 +3,7 @@ pkgname=teams pkgver=1.4.00.26453 -pkgrel=11 +pkgrel=12 pkgdesc="Microsoft Teams for Linux is your chat-centered workspace in Office 365" arch=('x86_64') url="https://teams.microsoft.com/downloads" @@ -41,7 +41,7 @@ _pinned_dependencies=( 'libxrender=0.9.10' 'libxtst=1.2.3' 'mesa=21.3.1' - 'nspr=4.32' + 'nspr=4.33' 'nss=3.73.1' ) depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss" "glibc>=2.28-4" "${_pinned_dependencies[@]}") |