summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent00aef9b04240f5505131db33471457052d54cbb3 (diff)
downloadaur-29674e7ebed7ecb5814b965043823633bef57750.tar.gz
Removed gtk2 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")