summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBen Isenhart2019-07-24 14:11:47 -0400
committerBen Isenhart2019-07-24 14:11:47 -0400
commit967315c01bacf2e15339028c0c41e625b5628357 (patch)
treee56ebe0ad98d2f7a9006fc0b38462c9e14717ce9 /PKGBUILD
parent2a00cd9b904beb8e0051839bd0561ef7767eefa6 (diff)
downloadaur-967315c01bacf2e15339028c0c41e625b5628357.tar.gz
update to new css
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e62d4903d84..d6b42fcce797 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=slack-desktop-dark
pkgver=4.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Slack Desktop (Beta) for Linux, with dark theme patch"
arch=('x86_64')
url="https://slack.com/downloads"
@@ -16,12 +16,12 @@ depends=('alsa-lib' 'asar' 'gconf' 'gtk3' 'libcurl-compat' 'libsecret' 'libxss'
optdepends=('gnome-keyring')
conflicts=('slack-desktop')
source=("https://downloads.slack-edge.com/linux_releases/${pkgname%-dark}-${pkgver}-amd64.deb"
- "https://raw.githubusercontent.com/Nockiro/slack-black-theme/master/custom.css"
+ "https://raw.githubusercontent.com/caiceA/slack-black-theme/master/slack-dark-mode.css"
"darkify_slack.js"
"${pkgname}.patch")
noextract=("${pkgname%-dark}-${pkgver}-amd64.deb")
sha256sums=('911a4c05fb4f85181df13f013e82440b0d171862c9cb137dc19b6381d47bd57e'
- 'aa3bdc785de47ac08ba90aa4a3c083482463be86ca6d29df505586ba2cb16f6f'
+ '876522011f9830a9b1e195bd8ffcc54ee6fa002821ffc7f7ad248309e82bc38a'
'SKIP'
'SKIP')
@@ -52,7 +52,7 @@ package() {
# of our function from being commented out
echo "" >> $file
head -n $((lineno - 1)) darkify_slack.js >> $file
- cat custom.css >> $file
+ cat slack-dark-mode.css >> $file
tail -n +$((lineno + 1)) darkify_slack.js >> $file
# Repack with the theme change