summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--teams/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/teams/PKGBUILD b/teams/PKGBUILD
index a0f802b44..c4cf0c81b 100644
--- a/teams/PKGBUILD
+++ b/teams/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=teams
pkgver=1.5.00.10453
-pkgrel=7
+pkgrel=8
pkgdesc="Microsoft Teams for Linux is your chat-centered workspace in Office 365"
arch=('x86_64')
url="https://teams.microsoft.com/downloads"
@@ -41,8 +41,8 @@ _pinned_dependencies=(
'libxrender=0.9.10'
'libxtst=1.2.3'
'mesa=22.1.0'
- 'nspr=4.33'
- 'nss=3.78'
+ 'nspr=4.34'
+ 'nss=3.79'
)
depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss" "glibc>=2.28-4" "${_pinned_dependencies[@]}")
makedepends=(nodejs-lts-fermium)