diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-09-02 08:22:07 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-09-02 08:22:07 +0200 |
commit | a860aeacb262787540249b33debb8e4a9d41d26d (patch) | |
tree | 0f0577831a1e92b65821e120feb322b088672999 /teams-for-linux | |
parent | 9ecd42794afc17fb6f89d1bc36be5836dacffe0f (diff) | |
download | archlinuxewe-a860aeacb262787540249b33debb8e4a9d41d26d.tar.xz |
teams-for-linux: rebuild
Diffstat (limited to 'teams-for-linux')
-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 9136201e3..7bd73db03 100644 --- a/teams-for-linux/PKGBUILD +++ b/teams-for-linux/PKGBUILD @@ -4,7 +4,7 @@ pkgname=teams-for-linux pkgver=1.9.0 -pkgrel=9 +pkgrel=10 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.2.1' 'nspr=4.35' - 'nss=3.103' + 'nss=3.104' ) depends=("gtk3" "libxss" "${_pinned_dependencies[@]}") makedepends=('nodejs-lts-iron' "node-gyp" "python" "yarn") |