diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-05-14 08:33:28 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-05-14 08:33:28 +0200 |
commit | ad08c966eb459929035af20e3bdca2a063791e75 (patch) | |
tree | 2fce3148749bbbaaab305443863fa74f7421122a /teams-for-linux | |
parent | 469327328a16849f21795d0fb2a389279b60cc1d (diff) | |
download | archlinuxewe-ad08c966eb459929035af20e3bdca2a063791e75.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 f9fd886ed..f933809fa 100644 --- a/teams-for-linux/PKGBUILD +++ b/teams-for-linux/PKGBUILD @@ -4,7 +4,7 @@ pkgname=teams-for-linux pkgver=1.4.17 -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}" @@ -33,7 +33,7 @@ _pinned_dependencies=( 'libxfixes=6.0.1' 'libxkbcommon.so=0' 'libxrandr=1.5.4' - 'mesa=1:24.0.6' + 'mesa=1:24.0.7' 'nspr=4.35' 'nss=3.100' ) |