summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2018-06-09 12:05:39 +0200
committerÓscar García Amor2018-06-09 12:05:39 +0200
commit29674e7ebed7ecb5814b965043823633bef57750 (patch)
treee5f22b373fa0beb676801aaf7f4dd6aadf4c5a83
parent00aef9b04240f5505131db33471457052d54cbb3 (diff)
downloadaur-29674e7ebed7ecb5814b965043823633bef57750.tar.gz
Removed gtk2 dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab369576c949..6e975f002ab9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = slack-desktop
pkgdesc = Slack Desktop (Beta) for Linux
pkgver = 3.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://slack.com/downloads
arch = x86_64
license = custom
depends = alsa-lib
depends = gconf
- depends = gtk2
depends = libcurl-compat
depends = libsecret
depends = libxss
diff --git a/PKGBUILD b/PKGBUILD
index d3f947ef80f2..47a12f3c0a7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=slack-desktop
pkgver=3.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Slack Desktop (Beta) for Linux"
arch=('x86_64')
url="https://slack.com/downloads"
license=('custom')
-depends=('alsa-lib' 'gconf' 'gtk2' 'libcurl-compat' 'libsecret' 'libxss' 'libxtst' 'nss')
+depends=('alsa-lib' 'gconf' 'libcurl-compat' 'libsecret' 'libxss' 'libxtst' 'nss')
optdepends=('gnome-keyring')
source=("https://downloads.slack-edge.com/linux_releases/${pkgname}-${pkgver}-amd64.deb"
"${pkgname}.patch")