summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2021-03-29 16:22:16 +0200
committerÓscar García Amor2021-03-29 16:22:16 +0200
commit325413f122a7435990f6a90c6c6bc6804e6a4645 (patch)
tree84847974722d61a5c6ff8edc505f6836731a4204
parent52eb3333736ce097575fa8953558b310810b8c55 (diff)
downloadaur-325413f122a7435990f6a90c6c6bc6804e6a4645.tar.gz
upgpkg: teams 1.4.00.7556-1
upstream release
-rw-r--r--.SRCINFO12
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD13
-rw-r--r--teams.patch9
4 files changed, 9 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4836268679e1..0b6e7e5506aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = teams
pkgdesc = Microsoft Teams for Linux is your chat-centered workspace in Office 365
- pkgver = 1.4.00.4855
- pkgrel = 2
+ pkgver = 1.4.00.7556
+ pkgrel = 1
url = https://teams.microsoft.com/downloads
arch = x86_64
license = custom
@@ -16,11 +16,9 @@ pkgbase = teams
optdepends = org.freedesktop.secrets: Keyring password store support
conflicts = ms-teams
replaces = ms-teams
- noextract = teams_1.4.00.4855_amd64.deb
- source = https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.4.00.4855_amd64.deb
- source = teams.patch
- sha256sums = a91dbdf646f12659fdf8d08831aa06ab1bf4cc6fb981841c36a350f29bd714bc
- sha256sums = eb6189854bd0ac1c1ac21de21e952603b33b11e0e43ec07d291bc645320fcca8
+ noextract = teams_1.4.00.7556_amd64.deb
+ source = https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.4.00.7556_amd64.deb
+ sha256sums = ebd01ef8c63f2e63f665994e20c159c1692d9b3e1a682df929b63d00bb1c5379
pkgname = teams
diff --git a/.gitignore b/.gitignore
index 4b7e4b99e847..f71c635dafda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,3 @@
!.gitignore
!PKGBUILD
!.SRCINFO
-!teams.patch
diff --git a/PKGBUILD b/PKGBUILD
index 62f629053a3c..5708ccab6dab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=teams
-pkgver=1.4.00.4855
-pkgrel=2
+pkgver=1.4.00.7556
+pkgrel=1
pkgdesc="Microsoft Teams for Linux is your chat-centered workspace in Office 365"
arch=('x86_64')
url="https://teams.microsoft.com/downloads"
@@ -12,18 +12,13 @@ optdepends=("libappindicator-gtk3: Systray indicator support"
"org.freedesktop.secrets: Keyring password store support")
conflicts=("ms-teams")
replaces=("ms-teams")
-source=("https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/${pkgname}_${pkgver}_amd64.deb"
- "${pkgname}.patch")
+source=("https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/${pkgname}_${pkgver}_amd64.deb")
noextract=("${pkgname}_${pkgver}_amd64.deb")
-sha256sums=('a91dbdf646f12659fdf8d08831aa06ab1bf4cc6fb981841c36a350f29bd714bc'
- 'eb6189854bd0ac1c1ac21de21e952603b33b11e0e43ec07d291bc645320fcca8')
+sha256sums=('ebd01ef8c63f2e63f665994e20c159c1692d9b3e1a682df929b63d00bb1c5379')
package() {
bsdtar -O -xf "${pkgname}_${pkgver}_amd64.deb" data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
- # Fix the order of items in the startup script so that the meeting links will work again
- patch -d "${pkgdir}" -p1 <"${pkgname}".patch
-
# Move license
install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
mv "${pkgdir}/usr/share/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}"
diff --git a/teams.patch b/teams.patch
deleted file mode 100644
index 24fea9acdaf9..000000000000
--- a/teams.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/usr/bin/teams 2021-03-12 10:24:04.000000000 +0100
-+++ b/usr/bin/teams 2021-03-12 10:28:00.836868352 +0100
-@@ -8,5 +8,5 @@
-
- mkdir -p "$TEAMS_LOGS"
-
--nohup "$TEAMS_PATH" --disable-namespace-sandbox --disable-setuid-sandbox "$@" > "$TEAMS_LOGS/teams-startup.log" 2>&1 &
-+nohup "$TEAMS_PATH" "$@" --disable-namespace-sandbox --disable-setuid-sandbox > "$TEAMS_LOGS/teams-startup.log" 2>&1 &
-