summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Vybíhal2019-12-11 08:40:41 +0100
committerJosef Vybíhal2019-12-11 08:40:41 +0100
commitc0f8ed39ec1ed28df60f6f85c3a98f8c2555c806 (patch)
tree87f9b94b54ca0b82202eae99b182e97d22d7d953
parent82a18b2a35359a6ec79cf25e7c7f7dd4c0e29207 (diff)
downloadaur-c0f8ed39ec1ed28df60f6f85c3a98f8c2555c806.tar.gz
Fix post-install msg.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--ms-teams.install2
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dde69827f0b9..77bb0569af64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ms-teams
pkgdesc = Microsoft Teams for Linux is your chat-centered workspace in Office 365. Instantly access all your team’s content from a single place where messages, files, people and tools live together.
pkgver = 1.2.00.32451
- pkgrel = 1
+ pkgrel = 2
url = https://teams.microsoft.com/start
install = ms-teams.install
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = ms-teams
provides = ms-teams=1.2.00.32451
options = !emptydirs
options = !strip
- source = teams-insiders_1.2.00.32451_amd64.deb::https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.2.00.32451_amd64.deb
+ source = teams_1.2.00.32451_amd64.deb::https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.2.00.32451_amd64.deb
sha256sums = 28d8a0e644a4bb9d4ee9295953b97b7fa6558b8a9d1d28363a594f5cde1c05dc
pkgname = ms-teams
diff --git a/PKGBUILD b/PKGBUILD
index b9ad4d8258a7..52eb73169728 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ms-teams
pkgver=1.2.00.32451
-pkgrel=1
+pkgrel=2
pkgdesc="Microsoft Teams for Linux is your chat-centered workspace in Office 365.
Instantly access all your team’s content from a single place where messages, files, people and tools live together."
arch=('x86_64')
diff --git a/ms-teams.install b/ms-teams.install
index 78a1bce3ecee..983a9c401164 100644
--- a/ms-teams.install
+++ b/ms-teams.install
@@ -21,7 +21,7 @@ _update() {
post_install() {
_update
- note "The binary is called 'teams-insider'."
+ note "The binary is called 'teams'."
}