diff options
Diffstat (limited to 'teams-for-linux/PKGBUILD')
-rw-r--r-- | teams-for-linux/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/teams-for-linux/PKGBUILD b/teams-for-linux/PKGBUILD index af6ef1407..46ae020d0 100644 --- a/teams-for-linux/PKGBUILD +++ b/teams-for-linux/PKGBUILD @@ -4,7 +4,7 @@ pkgname=teams-for-linux pkgver=1.5.0 -pkgrel=6 +pkgrel=7 pkgdesc="Unofficial Microsoft Teams client for Linux using Electron." arch=("aarch64" "armv7h" "i686" "x86_64") url="https://github.com/IsmaelMartinez/${pkgname}" @@ -35,7 +35,7 @@ _pinned_dependencies=( 'libxrandr=1.5.4' 'mesa=1:24.1.1' 'nspr=4.35' - 'nss=3.100' + 'nss=3.101' ) depends=("gtk3" "libxss" "${_pinned_dependencies[@]}") makedepends=('nodejs-lts-hydrogen' "node-gyp" "python" "yarn") |