summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Isenhart2019-07-24 14:11:47 -0400
committerBen Isenhart2019-07-24 14:11:47 -0400
commit967315c01bacf2e15339028c0c41e625b5628357 (patch)
treee56ebe0ad98d2f7a9006fc0b38462c9e14717ce9
parent2a00cd9b904beb8e0051839bd0561ef7767eefa6 (diff)
downloadaur-967315c01bacf2e15339028c0c41e625b5628357.tar.gz
update to new css
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c3cca60dacf..f01624999f41 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 = 2
+ pkgrel = 3
url = https://slack.com/downloads
arch = x86_64
license = custom
@@ -20,11 +20,11 @@ pkgbase = slack-desktop-dark
conflicts = slack-desktop
noextract = slack-desktop-4.0.0-amd64.deb
source = https://downloads.slack-edge.com/linux_releases/slack-desktop-4.0.0-amd64.deb
- source = https://raw.githubusercontent.com/Nockiro/slack-black-theme/master/custom.css
+ source = https://raw.githubusercontent.com/caiceA/slack-black-theme/master/slack-dark-mode.css
source = darkify_slack.js
source = slack-desktop-dark.patch
sha256sums = 911a4c05fb4f85181df13f013e82440b0d171862c9cb137dc19b6381d47bd57e
- sha256sums = aa3bdc785de47ac08ba90aa4a3c083482463be86ca6d29df505586ba2cb16f6f
+ sha256sums = 876522011f9830a9b1e195bd8ffcc54ee6fa002821ffc7f7ad248309e82bc38a
sha256sums = SKIP
sha256sums = SKIP
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