summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2022-10-28 08:33:34 +0200
committerÓscar García Amor2022-10-28 08:33:34 +0200
commitefa1870a9a90bc37d637d43319105763e1e9b0fb (patch)
treebe39ae402d20f569220580e71caaaebca7ab230d
parentab66ef10fcda0dfc3d884c5d64716179fd252038 (diff)
downloadaur-efa1870a9a90bc37d637d43319105763e1e9b0fb.tar.gz
upgpkg: teams 1.5.00.23861-1
optdepend added
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44f9a958ee16..58f6fae96a02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = teams
depends = glibc>=2.28-4
optdepends = libappindicator-gtk3: Systray indicator support
optdepends = org.freedesktop.secrets: Keyring password store support
+ optdepends = pulseaudio: Video and voice call support
conflicts = ms-teams
replaces = ms-teams
noextract = teams_1.5.00.23861_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index c362541da7cc..97ea813916da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ url="https://teams.microsoft.com/downloads"
license=('custom')
depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss" "glibc>=2.28-4")
optdepends=("libappindicator-gtk3: Systray indicator support"
- "org.freedesktop.secrets: Keyring password store support")
+ "org.freedesktop.secrets: Keyring password store support"
+ "pulseaudio: Video and voice call support")
conflicts=("ms-teams")
replaces=("ms-teams")
source=("https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/${pkgname}_${pkgver}_amd64.deb")