diff options
author | Erich Eckner <git@eckner.net> | 2022-12-05 07:35:00 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-12-05 07:35:00 +0100 |
commit | c8a4558ab2b16c3139551c80007e24a8a7bfc915 (patch) | |
tree | ad034dea47c1f78b94f43f1be8081f2b3e939170 /teams | |
parent | 5973963e3e3421db2d572b6cc389f19684a4dd37 (diff) | |
download | archlinuxewe-c8a4558ab2b16c3139551c80007e24a8a7bfc915.tar.xz |
teams: rebuild
Diffstat (limited to 'teams')
-rw-r--r-- | teams/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/teams/PKGBUILD b/teams/PKGBUILD index 24dd485d7..564dbea20 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -3,7 +3,7 @@ pkgname=teams pkgver=1.5.00.23861 -pkgrel=2 +pkgrel=3 pkgdesc="Microsoft Teams for Linux is your chat-centered workspace in Office 365" arch=('x86_64') url="https://teams.microsoft.com/downloads" @@ -31,9 +31,9 @@ _pinned_dependencies=( 'libsecret-1.so=0' 'libx11=1.8.2' 'libxcb=1.15' - 'libxcomposite=0.4.5' + 'libxcomposite=0.4.6' 'libxcursor=1.2.1' - 'libxdamage=1.1.5' + 'libxdamage=1.1.6' 'libxext=1.3.5' 'libxfixes=6.0.0' 'libxi=1.8' |