diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-03-01 08:16:27 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-03-01 08:16:27 +0100 |
commit | 44438dba6c8ff473f8d8295d49a141810726449a (patch) | |
tree | 8474bd07c7bd2ab32846afb42a38b5a790574f47 /teams-for-linux | |
parent | 72f02a05a5f21e3e4433f1be5ff510b79753c5da (diff) | |
download | archlinuxewe-44438dba6c8ff473f8d8295d49a141810726449a.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 7efb2c5be..f618fc19c 100644 --- a/teams-for-linux/PKGBUILD +++ b/teams-for-linux/PKGBUILD @@ -4,7 +4,7 @@ pkgname=teams-for-linux pkgver=1.4.2 -pkgrel=7 +pkgrel=8 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.1' + 'mesa=1:24.0.2' 'nspr=4.35' 'nss=3.98' ) |