summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeamus Connor2019-01-17 10:46:40 -0800
committerSeamus Connor2019-01-17 10:46:40 -0800
commit328543a5afe21ba3ab08b54fb55b7d9bd13bed98 (patch)
treed32a8220ae9c5e04cf01f705f0582dfca91d6011
parent867e44901242eaa9feb9898849ec473cfcde6563 (diff)
downloadaur-328543a5afe21ba3ab08b54fb55b7d9bd13bed98.tar.gz
Updated to 3.3.7
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD11
3 files changed, 16 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b9e4c92b855..1ec8e8628440 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = slack-desktop-dark
pkgdesc = Slack Desktop (Beta) for Linux, with dark theme patch
- pkgver = 3.3.3
- pkgrel = 2
+ pkgver = 3.3.7
+ pkgrel = 1
url = https://slack.com/downloads
arch = x86_64
license = custom
@@ -16,11 +16,11 @@ pkgbase = slack-desktop-dark
depends = glibc>=2.28-4
optdepends = gnome-keyring
conflicts = slack-desktop
- noextract = slack-desktop-3.3.3-amd64.deb
- source = https://downloads.slack-edge.com/linux_releases/slack-desktop-3.3.3-amd64.deb
+ noextract = slack-desktop-3.3.7-amd64.deb
+ source = https://downloads.slack-edge.com/linux_releases/slack-desktop-3.3.7-amd64.deb
source = darkify_slack.js
source = slack-desktop-dark.patch
- sha256sums = d12dcc09f75af35b949068dd2b46c4e2a1990b8c7d3b3fdd4fc40b539755a407
+ sha256sums = 17310bc323eafcef86c134c7aea9b53a82f8394aa30a886ac419f9a5a23168e0
sha256sums = c14c22fd39a6cca72669a8a470f8b193e96757477c515f66506bd36f62b5af10
sha256sums = c952eb32dd59beff9fc5374853b04acde4a60ed8c39934fcd0b66829455d594d
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..988054f14f31
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*
+!.gitignore
+!PKGBUILD
+!slack-desktop.patch
+!darkify_slack.js
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 561091a84e20..79fff4fc2c90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Seamus Connor
pkgname=slack-desktop-dark
-pkgver=3.3.3
-pkgrel=2
+pkgver=3.3.7
+pkgrel=1
pkgdesc="Slack Desktop (Beta) for Linux, with dark theme patch"
arch=('x86_64')
url="https://slack.com/downloads"
@@ -11,11 +11,10 @@ depends=('alsa-lib' 'gconf' 'gtk3' 'libcurl-compat' 'libsecret' 'libxss' 'libxts
optdepends=('gnome-keyring')
conflicts=('slack-desktop')
source=("https://downloads.slack-edge.com/linux_releases/${pkgname%-dark}-${pkgver}-amd64.deb"
- "darkify_slack.js"
- "${pkgname}.patch")
+ "darkify_slack.js"
+ "${pkgname}.patch")
noextract=("${pkgname%-dark}-${pkgver}-amd64.deb")
-
-sha256sums=('d12dcc09f75af35b949068dd2b46c4e2a1990b8c7d3b3fdd4fc40b539755a407'
+sha256sums=('17310bc323eafcef86c134c7aea9b53a82f8394aa30a886ac419f9a5a23168e0'
'c14c22fd39a6cca72669a8a470f8b193e96757477c515f66506bd36f62b5af10'
'c952eb32dd59beff9fc5374853b04acde4a60ed8c39934fcd0b66829455d594d')