diff options
author | Erich Eckner <git@eckner.net> | 2023-09-06 20:25:25 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-09-06 20:25:25 +0200 |
commit | 45a9a2b6fb8f26ea9fc05470c26defc4a8a561e7 (patch) | |
tree | 73e21385c10f601f58b5599eed774175bc60cc54 /teams-for-linux/PKGBUILD | |
parent | 6bde740b7f5d81dbc7c91a5e5a19ad137546097d (diff) | |
download | archlinuxewe-45a9a2b6fb8f26ea9fc05470c26defc4a8a561e7.tar.xz |
teams-for-linux: rebuild
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 8021e863c..472c6e821 100644 --- a/teams-for-linux/PKGBUILD +++ b/teams-for-linux/PKGBUILD @@ -4,7 +4,7 @@ pkgname=teams-for-linux pkgver=1.3.8 -pkgrel=1 +pkgrel=2 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.3' 'mesa=1:23.1.6' 'nspr=4.35' - 'nss=3.92' + 'nss=3.93' ) depends=("gtk3" "libxss" "${_pinned_dependencies[@]}") makedepends=('nodejs-lts-hydrogen' "node-gyp" "python" "yarn") |