diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-04-16 08:58:31 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-04-16 08:58:31 +0200 |
commit | 74aeafe68e8b0d1c3858c9266fee4565ae7621dc (patch) | |
tree | fcd8d36b9910e349c2eb1e984480fbd141a212c0 /teams-for-linux | |
parent | 50bc8512862f326d36313fc787276ba0c26dcd81 (diff) | |
download | archlinuxewe-74aeafe68e8b0d1c3858c9266fee4565ae7621dc.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 efc907ad1..fb4085310 100644 --- a/teams-for-linux/PKGBUILD +++ b/teams-for-linux/PKGBUILD @@ -4,7 +4,7 @@ pkgname=teams-for-linux pkgver=1.4.17 -pkgrel=3 +pkgrel=4 pkgdesc="Unofficial Microsoft Teams client for Linux using Electron." arch=("aarch64" "armv7h" "i686" "x86_64") url="https://github.com/IsmaelMartinez/${pkgname}" @@ -26,7 +26,7 @@ _pinned_dependencies=( 'libgtk-3.so=0' 'libpango-1.0.so=0' 'libx11=1.8.9' - 'libxcb=1.16.1' + 'libxcb=1.17.0' 'libxcomposite=0.4.6' 'libxdamage=1.1.6' 'libxext=1.3.6' |