summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Isenhart2019-07-25 10:18:49 -0400
committerBen Isenhart2019-07-25 10:18:49 -0400
commitaad029a2a0da88e3eeea5004e4d0b657130643cc (patch)
treeb7a445678645c5f1526325120e472a1246a4b609
parent967315c01bacf2e15339028c0c41e625b5628357 (diff)
downloadaur-aad029a2a0da88e3eeea5004e4d0b657130643cc.tar.gz
move asar to makedepends
-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"