diff options
author | Erich Eckner <git@eckner.net> | 2022-05-11 15:02:58 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-05-11 15:02:58 +0200 |
commit | 83e29b42865afdff820be7b48d1496825f78c079 (patch) | |
tree | 229fa08a563a999e30a6faf3afd2d49f1e1a864d /teams | |
parent | fba966dfb6f1e4bf960050a5f7d6b0b94bb4c61e (diff) | |
download | archlinuxewe-83e29b42865afdff820be7b48d1496825f78c079.tar.xz |
teams 1.4.00.26453-51 -> 1.5.00.10453-1
Diffstat (limited to 'teams')
-rw-r--r-- | teams/PKGBUILD | 40 |
1 files changed, 3 insertions, 37 deletions
diff --git a/teams/PKGBUILD b/teams/PKGBUILD index 5ed89878c..22d9820c4 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -2,47 +2,13 @@ # Contributor: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me) pkgname=teams -pkgver=1.4.00.26453 -pkgrel=51 +pkgver=1.5.00.10453 +pkgrel=1 pkgdesc="Microsoft Teams for Linux is your chat-centered workspace in Office 365" arch=('x86_64') url="https://teams.microsoft.com/downloads" license=('custom') _pinned_dependencies=( - 'at-spi2-atk=2.38.0' - 'at-spi2-core=2.44.1' - 'cairo=1.17.6' - 'gcc-libs=12.1.0' - 'glibc>=2.33' - 'libasound.so=2' - 'libatk-1.0.so=0' - 'libcups=1:2.4.1' - 'libdbus-1.so=3' - 'libdrm=2.4.110' - 'libexpat.so=1' - 'libgdk-3.so=0' - 'libgdk_pixbuf-2.0.so=0' - 'libgio-2.0.so=0' - 'libglib-2.0.so=0' - 'libgobject-2.0.so=0' - 'libgtk-3.so=0' - 'libpango-1.0.so=0' - 'libpangocairo-1.0.so=0' - 'libsecret-1.so=0' - 'libx11=1.8' - 'libxcb=1.15' - 'libxcomposite=0.4.5' - 'libxcursor=1.2.1' - 'libxdamage=1.1.5' - 'libxext=1.3.4' - 'libxfixes=6.0.0' - 'libxi=1.8' - 'libxrandr=1.5.2' - 'libxrender=0.9.10' - 'libxtst=1.2.3' - 'mesa=22.0.3' - 'nspr=4.33' - 'nss=3.78' ) depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss" "glibc>=2.28-4" "${_pinned_dependencies[@]}") makedepends=(nodejs-lts-fermium) @@ -52,7 +18,7 @@ conflicts=("ms-teams") replaces=("ms-teams") source=("https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/${pkgname}_${pkgver}_amd64.deb") noextract=("${pkgname}_${pkgver}_amd64.deb") -sha512sums=('bdc050e813f1237d7774270a8a5229a975e5bb28706b957f5cb03eb481870ca8e81562096e5041f060414d1c727f5b7d6aff7ef66bce96f2fac86f535aade058') +sha512sums=('69d95e06c67265358f1d995ad9faa21a1af753241031569e7ac88d0cc9c4781985a0839b4fa7e58d176472c7ab15bc8d0876733a2eb710d5d087d2662bc04c30') package() { depends+=('nodejs>=14' 'nodejs<17') |