aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Ronecker2019-02-23 13:17:58 +0100
committerPascal Ronecker2019-02-23 13:18:05 +0100
commit00fa2a9ef2cc7216cfed855733ea280a51ac37e9 (patch)
tree24b08ac00c4cd808651aecc90f91ed4563ceed40
parentc929d5e7ec08950e3f01c62d61ac6fecaeeca6c1 (diff)
downloadaur-00fa2a9ef2cc7216cfed855733ea280a51ac37e9.tar.gz
limit electon version to <=3.1.3-1 for now
-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'