summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBen Isenhart2019-07-29 23:25:55 -0400
committerBen Isenhart2019-07-29 23:25:55 -0400
commita24d7737286e9acd110cf1dc3f475ef9252b23f3 (patch)
treeae9144c7f95047a0cc7623bc8398e62f4593c1f2 /PKGBUILD
parent4b00367cac5e8ce47a3193f008bd4f20069c96ee (diff)
downloadaur-a24d7737286e9acd110cf1dc3f475ef9252b23f3.tar.gz
fix for 'Add Reaction' button
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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