summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fce9f02fe38..e327e2d52666 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
# Contributor: Ivelin Velkov <ivelin dot velkov at gmail dot com>
pkgname=teams-for-linux
-pkgver=1.0.24
+pkgver=1.0.29
pkgrel=1
pkgdesc="Unofficial Microsoft Teams client for Linux using Electron."
arch=("aarch64" "armv7h" "i686" "x86_64")
url="https://github.com/IsmaelMartinez/${pkgname}"
license=("GPL3")
depends=("gtk3" "libxss" "nss")
-makedepends=("nodejs>=14" "nodejs<17" "node-gyp" "python2" "yarn")
+makedepends=("node-gyp" "python2" "yarn")
source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/IsmaelMartinez/${pkgname}/archive/v${pkgver}.tar.gz"
"${pkgname}.desktop"
)
sha256sums=(
- "2411d4eb63b634b416090509f5acf7bc4b73e9828db2dbdde42c5d2bd0871729"
+ "bd6c096a02a1575a560359c00099eaf56ee6ad49263b489bc5af550e73c412ec"
"f33ab4997c329567bbe172fe77ee6cbced5c5d4354e12ef52a89dd702422fded"
)