summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 633a36680da5..48885bda4246 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = teams
pkgdesc = Microsoft Teams for Linux is your chat-centered workspace in Office 365
pkgver = 1.2.00.32451
- pkgrel = 2
- url = https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams
+ pkgrel = 3
+ url = https://teams.microsoft.com/downloads
arch = x86_64
license = custom
depends = gtk3
@@ -13,7 +13,9 @@ pkgbase = teams
depends = nss
depends = glibc>=2.28-4
optdepends = org.freedesktop.secrets
+ conflicts = ms-teams
conflicts = teams-insiders
+ replaces = ms-teams
noextract = teams_1.2.00.32451_amd64.deb
source = https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.2.00.32451_amd64.deb
sha256sums = 28d8a0e644a4bb9d4ee9295953b97b7fa6558b8a9d1d28363a594f5cde1c05dc
diff --git a/PKGBUILD b/PKGBUILD
index beabba35de6b..224157740e70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=teams
pkgver=1.2.00.32451
-pkgrel=2
+pkgrel=3
pkgdesc="Microsoft Teams for Linux is your chat-centered workspace in Office 365"
arch=('x86_64')
-url="https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams"
+url="https://teams.microsoft.com/downloads"
license=('custom')
depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss" "glibc>=2.28-4")
optdepends=("org.freedesktop.secrets")
-conflicts=("teams-insiders")
+conflicts=("ms-teams" "teams-insiders")
+replaces=("ms-teams")
source=("https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/${pkgname}_${pkgver}_amd64.deb")
noextract=("${pkgname}_${pkgver}_amd64.deb")
sha256sums=('28d8a0e644a4bb9d4ee9295953b97b7fa6558b8a9d1d28363a594f5cde1c05dc')