summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuele 'Lele aka eldios' Calo2017-06-19 19:40:55 +0200
committerEmanuele 'Lele aka eldios' Calo2017-06-19 19:40:55 +0200
commit5589bef503494e80b6051d744a84bc0e06a3185e (patch)
treea80a5a913185376f692745c709f88c70c5b8be83
parenta610c8f2701193968c14348b18ef903c7bd685e3 (diff)
downloadaur-5589bef503494e80b6051d744a84bc0e06a3185e.tar.gz
Removed electron as a DEP since that's built-in
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc7d4f5c7026..26c80fbcf676 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,11 @@
pkgname=zulip-electron-bin
pkgver=0.5.10
-pkgrel=3
+pkgrel=4
pkgdesc="Desktop client for Zulip. Available for Mac, Linux and Windows."
arch=('x86_64')
url="https://github.com/zulip/zulip-electron"
license=('Apache')
-depends=('electron')
source=("https://github.com/zulip/zulip-electron/releases/download/v${pkgver}/zulip-${pkgver}-linux.zip")
sha256sums=('35e1f7e27300acf52a4a604c71aa752e2d455ced35b695215e55bc70013bff11')