diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-11-02 14:51:15 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-11-02 14:51:15 +0100 |
commit | cdf12e93ab2b1a5c2d443f647e5289319bdde5dc (patch) | |
tree | 368433523d7d4cc5a7e016d06c5bf6beff287e38 /teams | |
parent | a0043b780fdca2abfba41ad26bb3faef5c7ca4ca (diff) | |
download | archlinuxewe-cdf12e93ab2b1a5c2d443f647e5289319bdde5dc.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 0ac276104..6f5a57bbc 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -3,7 +3,7 @@ pkgname=teams pkgver=1.5.00.10453 -pkgrel=24 +pkgrel=25 pkgdesc="Microsoft Teams for Linux is your chat-centered workspace in Office 365" arch=('x86_64') url="https://teams.microsoft.com/downloads" @@ -34,11 +34,11 @@ _pinned_dependencies=( 'libxcomposite=0.4.5' 'libxcursor=1.2.1' 'libxdamage=1.1.5' - 'libxext=1.3.4' + 'libxext=1.3.5' 'libxfixes=6.0.0' 'libxi=1.8' 'libxrandr=1.5.2' - 'libxrender=0.9.10' + 'libxrender=0.9.11' 'libxtst=1.2.4' 'mesa=22.2.1' 'nspr=4.35' |