summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeamus Connor2019-03-19 13:00:44 -0700
committerSeamus Connor2019-03-19 13:00:44 -0700
commit27b6201e60682d2155ef72bec07ee1fe629e6c65 (patch)
treea71f441f9ab38315c4c5757b7c184cf4831105bf
parentc1bc1c3107a2e030dd383733b8cf15038d8fbcd6 (diff)
downloadaur-27b6201e60682d2155ef72bec07ee1fe629e6c65.tar.gz
-> 3.3.8
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68879473c64d..f375600d3a19 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.7
- pkgrel = 3
+ pkgver = 3.3.8
+ pkgrel = 1
url = https://slack.com/downloads
arch = x86_64
license = custom
@@ -16,13 +16,13 @@ pkgbase = slack-desktop-dark
depends = glibc>=2.28-4
optdepends = gnome-keyring
conflicts = slack-desktop
- noextract = slack-desktop-3.3.7-amd64.deb
- source = https://downloads.slack-edge.com/linux_releases/slack-desktop-3.3.7-amd64.deb
+ noextract = slack-desktop-3.3.8-amd64.deb
+ source = https://downloads.slack-edge.com/linux_releases/slack-desktop-3.3.8-amd64.deb
source = https://raw.githubusercontent.com/laCour/slack-night-mode/master/css/raw/black.css
source = darkify_slack.js
source = slack-desktop-dark.patch
- sha256sums = 17310bc323eafcef86c134c7aea9b53a82f8394aa30a886ac419f9a5a23168e0
- sha256sums = 115d799ca0f7491bfe61963803babe5cb71b551e66bed9b210f7769deffaed86
+ sha256sums = 37042b2172edf1af02cbe48660800c355e0b16f8f8f5d1257525657ff72f8308
+ sha256sums = aa0571363a23d1398c7b4014dd892bd90b153c979eb9b33efab1b5e46e2546ec
sha256sums = 4e25e00be82bf2809f4157e17a969109d3c0241efe9a37a960a055aa6b52fd32
sha256sums = c952eb32dd59beff9fc5374853b04acde4a60ed8c39934fcd0b66829455d594d
diff --git a/PKGBUILD b/PKGBUILD
index 634d0ac3c5c2..53a1465feca8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Seamus Connor
pkgname=slack-desktop-dark
-pkgver=3.3.7
-pkgrel=3
+pkgver=3.3.8
+pkgrel=1
pkgdesc="Slack Desktop (Beta) for Linux, with dark theme patch"
arch=('x86_64')
url="https://slack.com/downloads"
@@ -15,15 +15,15 @@ source=("https://downloads.slack-edge.com/linux_releases/${pkgname%-dark}-${pkgv
"darkify_slack.js"
"${pkgname}.patch")
noextract=("${pkgname%-dark}-${pkgver}-amd64.deb")
-sha256sums=('17310bc323eafcef86c134c7aea9b53a82f8394aa30a886ac419f9a5a23168e0'
- '115d799ca0f7491bfe61963803babe5cb71b551e66bed9b210f7769deffaed86'
+sha256sums=('37042b2172edf1af02cbe48660800c355e0b16f8f8f5d1257525657ff72f8308'
+ 'aa0571363a23d1398c7b4014dd892bd90b153c979eb9b33efab1b5e46e2546ec'
'4e25e00be82bf2809f4157e17a969109d3c0241efe9a37a960a055aa6b52fd32'
'c952eb32dd59beff9fc5374853b04acde4a60ed8c39934fcd0b66829455d594d')
package() {
- bsdtar -O -xf "slack-desktop-${pkgver}"*.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
+bsdtar -O -xf "slack-desktop-${pkgver}"*.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
- # Fix hardcoded icon path in .desktop file
+# Fix hardcoded icon path in .desktop file
patch -d "${pkgdir}" -p1 <"${pkgname}".patch
# Permission fix