summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 845e8df17e8a..d4db5a6bf882 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = slack-desktop-dark
pkgdesc = Slack Desktop (Beta) for Linux, with dark theme patch
pkgver = 4.0.0
- pkgrel = 5
+ pkgrel = 6
url = https://slack.com/downloads
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 89654559ab48..cf2da1b0213a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=slack-desktop-dark
pkgver=4.0.0
-pkgrel=5
+pkgrel=6
pkgdesc="Slack Desktop (Beta) for Linux, with dark theme patch"
arch=('x86_64')
url="https://slack.com/downloads"
@@ -53,7 +53,7 @@ package() {
# of our function from being commented out
echo "" >> $file
head -n $((lineno - 1)) darkify_slack.js >> $file
- sed -i -e '/\\E/d' slack-dark-mode.css # temporary fix for 'Add Reaction' icon
+ sed -i -e '/\\E/d' -e 's/939393/ffffff/' slack-dark-mode.css # temporary fix for 'Add Reaction' icon
cat slack-dark-mode.css >> $file
tail -n +$((lineno + 1)) darkify_slack.js >> $file