summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÓscar García Amor2016-10-14 11:48:08 +0200
committerÓscar García Amor2016-10-14 11:48:08 +0200
commitf4008e4d5c0386ec001e2987ea16e1e0ab10bd0b (patch)
tree252bf1c0db0d6b75b9e3a175520ece3ab8ea751d /PKGBUILD
parent4706b0c60df0e2f6e9fe0671936d726ba8025f46 (diff)
downloadaur-f4008e4d5c0386ec001e2987ea16e1e0ab10bd0b.tar.gz
Updated x86_64 version to 2.2.1
Only updated the x86_64 cause Slack not provide new i686 version. Added a warning for i686 users.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f55b39539e3e..49fd2bcb3908 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Kyle Manna <kyle(at)kylemanna(dot)com>
pkgname=slack-desktop
-pkgver=2.1.2
+pkgver=2.2.1
pkgrel=1
pkgdesc="Slack Desktop (Beta) for Linux"
arch=('i686' 'x86_64')
@@ -12,10 +12,12 @@ license=('custom')
depends=('alsa-lib' 'expat' 'gconf' 'gtk2' 'gvfs' 'hunspell' 'hunspell-en' 'libgcrypt' 'libgnome-keyring' 'libnotify' 'libxss' 'libxtst' 'xdg-utils')
optdepends=('gnome-keyring')
+install='slack-desktop.install'
+
source_x86_64=("https://downloads.slack-edge.com/linux_releases/${pkgname}-${pkgver}-amd64.deb")
-source_i686=("https://downloads.slack-edge.com/linux_releases/${pkgname}-${pkgver}-i386.deb")
+source_i686=("https://downloads.slack-edge.com/linux_releases/${pkgname}-2.1.2-i386.deb")
-sha256sums_x86_64=('46576dbe929d4d60d0311056c0268d22dfaa58edc6774ce8a7e61873414bbf2e')
+sha256sums_x86_64=('4de55687aeb2e87dde60f3f76fdc8b48457c7417e268112f1d9b52ab665d08f4')
sha256sums_i686=('cc9660d95f5ce765c18b35191e2475d6bd272affc6d47f176759cc202910ddb4')
package() {