aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1613f32a10ea..6e246220b52f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Unofficial electron-based desktop client for Google Chat"
arch=('x86_64' 'i686')
url="https://github.com/robyf/google-chat-linux"
license=('WTFPL')
-depends=('electron>=1.8.4')
+depends=('electron>=1.8.4',electron<=3.1.3-1)
makedepends=('nodejs' 'npm')
[[ $CARCH == 'x86_64' ]] && _arch='x64' || _arch='ia32'