summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--DiscordCanary.install5
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2898ffda1b1a..f97c7008cd16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = discord-canary
pkgdesc = Discord Canary linux release
pkgver = 0.0.8
- pkgrel = 1
+ pkgrel = 2
url = https://discordapp.com/
arch = x86_64
license = custom
diff --git a/DiscordCanary.install b/DiscordCanary.install
new file mode 100644
index 000000000000..144cb2b474af
--- /dev/null
+++ b/DiscordCanary.install
@@ -0,0 +1,5 @@
+post_upgrade() {
+ echo ">>> You may need to delete discord's cache directory ~/.cache/discord"
+ echo ">> try this if discord is stuck on the updating screen or if nothing displays but a gray box"
+ echo ">> if this doesn't work ask for help in #linux in the Discord Developers server"
+}
diff --git a/PKGBUILD b/PKGBUILD
index 7a69951a60aa..0dc1107c87c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Cayde Dixon <me@cazzar.net>
-# Co-Maintainer: Anthony Anderson <aantony4122@gmail.com>
+# Contributor: Anthony Anderson <aantony4122@gmail.com>
pkgname=discord-canary
pkgver=0.0.8
-pkgrel=1
+pkgrel=2
pkgdesc='Discord Canary linux release'
arch=('x86_64')
url='https://discordapp.com/'