summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f01624999f41..f93c12016d9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = slack-desktop-dark
pkgdesc = Slack Desktop (Beta) for Linux, with dark theme patch
pkgver = 4.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://slack.com/downloads
arch = x86_64
license = custom
+ makedepends = asar
depends = alsa-lib
- depends = asar
depends = gconf
depends = gtk3
depends = libcurl-compat
diff --git a/PKGBUILD b/PKGBUILD
index d6b42fcce797..ccfe2d92a3c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,14 @@
pkgname=slack-desktop-dark
pkgver=4.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="Slack Desktop (Beta) for Linux, with dark theme patch"
arch=('x86_64')
url="https://slack.com/downloads"
license=('custom')
-depends=('alsa-lib' 'asar' 'gconf' 'gtk3' 'libcurl-compat' 'libsecret' 'libxss'
+depends=('alsa-lib' 'gconf' 'gtk3' 'libcurl-compat' 'libsecret' 'libxss'
'libxtst' 'nss' 'glibc>=2.28-4' 'xdg-utils')
+makedepends=('asar')
optdepends=('gnome-keyring')
conflicts=('slack-desktop')
source=("https://downloads.slack-edge.com/linux_releases/${pkgname%-dark}-${pkgver}-amd64.deb"