summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuele 'Lele aka eldios' Calo2018-07-16 12:05:54 +0200
committerEmanuele 'Lele aka eldios' Calo2018-07-16 12:05:54 +0200
commit0e9f63eaa4cbbd8cbe9e9feea68ffb471c058ee4 (patch)
tree1f190dc45f233814380be49c8288e181fccd8873
parent53a6452d2b44de50863f310e99a4c1976d609bd8 (diff)
downloadaur-0e9f63eaa4cbbd8cbe9e9feea68ffb471c058ee4.tar.gz
Updated to version 2.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7243259b0587..fb85601f88b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = zulip-electron-bin
pkgdesc = Desktop client for Zulip. Available for Mac, Linux and Windows.
- pkgver = 1.9.0
- pkgrel = 2
+ pkgver = 2.3.3
+ pkgrel = 1
url = https://github.com/zulip/zulip-electron
arch = x86_64
license = Apache
conflicts = zulip-desktop
- source = https://github.com/zulip/zulip-electron/releases/download/v1.9.0/zulip-1.9.0-linux.zip
- sha512sums = 329dae5abdacebdc483e55654008b4408e494fabe8d338b03e281540681cdf8ea414c9b203b948805b4a06b348580586fce2b41ec85e845ea807a21218450362
+ source = https://github.com/zulip/zulip-electron/releases/download/v2.3.3/Zulip-2.3.3-linux-x64.zip
+ sha512sums = 6fe23e0253b5096f1509df5beb95de592bc23c42fd629f67f323f3f7561d0cccba051a23f0df6211cfb448663e2132677d4e47d903fa84dba2fc71b9a6ea648c
pkgname = zulip-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index e5a963ce45d4..2507606ff7d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Emanuele 'Lele aka eldios' Calo' <xeldiosx@gmail.com>
pkgname=zulip-electron-bin
-pkgver=1.9.0
-pkgrel=2
+pkgver=2.3.3
+pkgrel=1
pkgdesc="Desktop client for Zulip. Available for Mac, Linux and Windows."
arch=('x86_64')
url="https://github.com/zulip/zulip-electron"
license=('Apache')
-source=("https://github.com/zulip/zulip-electron/releases/download/v${pkgver}/zulip-${pkgver}-linux.zip")
-sha512sums=('329dae5abdacebdc483e55654008b4408e494fabe8d338b03e281540681cdf8ea414c9b203b948805b4a06b348580586fce2b41ec85e845ea807a21218450362')
+source=("https://github.com/zulip/zulip-electron/releases/download/v${pkgver}/Zulip-${pkgver}-linux-x64.zip")
+sha512sums=('6fe23e0253b5096f1509df5beb95de592bc23c42fd629f67f323f3f7561d0cccba051a23f0df6211cfb448663e2132677d4e47d903fa84dba2fc71b9a6ea648c')
conflicts=('zulip-desktop')
@@ -17,7 +17,7 @@ package() {
cp -R "$srcdir" "$pkgdir"/opt/zulip-electron
install -d "$pkgdir"/usr/bin
- ln -sf "$pkgdir"/opt/zulip-electron/zulip "$pkgdir"/usr/bin/zulip
+ ln -sf /opt/zulip-electron/zulip "$pkgdir"/usr/bin/zulip
# no man pages, docs or web assets in release tarball
}