diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-04-02 12:10:06 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-04-02 12:10:06 +0200 |
commit | 23e1d5a79c2873d62bc914d54e050a937f492f43 (patch) | |
tree | 7883ae1074b2e5ce478a1cf9f621433da1f4e7b5 /teams-for-linux | |
parent | 85773b2cb31847fd4edd8cab95165275830ffed5 (diff) | |
download | archlinuxewe-23e1d5a79c2873d62bc914d54e050a937f492f43.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 30a861918..5f4be2337 100644 --- a/teams-for-linux/PKGBUILD +++ b/teams-for-linux/PKGBUILD @@ -4,7 +4,7 @@ pkgname=teams-for-linux pkgver=1.4.15 -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}" @@ -33,7 +33,7 @@ _pinned_dependencies=( 'libxfixes=6.0.1' 'libxkbcommon.so=0' 'libxrandr=1.5.4' - 'mesa=1:24.0.3' + 'mesa=1:24.0.4' 'nspr=4.35' 'nss=3.99' ) |