aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPascal Ronecker2023-01-12 15:58:05 +0100
committerPascal Ronecker2023-01-12 15:58:05 +0100
commite119d5caa91a306fc4db2dfe340d39af361dbb3f (patch)
treeb15a82357a881533d3be2a57c482be9c3cd040e3 /PKGBUILD
parenta37d5e90b7c0a5b2f31a6335a50d817598abab1b (diff)
downloadaur-e119d5caa91a306fc4db2dfe340d39af361dbb3f.tar.gz
fix #51 : set NO_REDIRECT_URL variable to prevent SSO issues
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21daa3333fcc..82d56ee3bc9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Squalou <squalou.jenkins [at] gmail [dot] com>
pkgname=google-chat-linux-bin
-pkgver=5.21.18
-pkgrel=3
+pkgver=5.21.19
+pkgrel=1
pkgdesc="Unofficial electron-based desktop client for Google Chat, electron included"
arch=('x86_64' 'i686')
url="https://github.com/squalou/google-chat-linux.git"
@@ -15,7 +15,7 @@ appname="${pkgname%-bin}"
source=("https://github.com/squalou/${appname}/releases/download/${pkgver}-${pkgrel}/${appname}_${pkgver}-${pkgrel}_amd64.deb")
-sha512sums=('4fef037e4c9f537799a4688cb0516b2b64b01d4bac3db9752686b42de662ec2632e297e49f40513ae5266613b9166b165b2b9e0376309bc1a721ba279171390c')
+sha512sums=('2508d228287dbca497e7807eabbff3771e7fa8f314ffa13485e63e23c31ce9c9727b9e1d66d929f51a32c62deb19e6b4f9ed7b02ed8445366475f8e87bd07ae8')
build() {
ar x "${appname}_${pkgver}-${pkgrel}_amd64.deb"