summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--Discord.install8
-rw-r--r--PKGBUILD2
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7c14772bba4..ca767286582a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = discord
pkgdesc = All-in-one voice and text chat for gamers that's free and secure.
pkgver = 0.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://discordapp.com/
install = Discord.install
arch = x86_64
diff --git a/Discord.install b/Discord.install
index a1d8aa0685eb..d32218039970 100644
--- a/Discord.install
+++ b/Discord.install
@@ -1,6 +1,8 @@
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-general in the Discord Testers server https://discord.gg/discord-testers"
- echo ">>> You may also want to check out the linux server for help as well https://discord.gg/e7GX27C"
+ echo ">>> If you are using betterdiscord you may also need to reinstall that"
+ echo ">>> Try this if discord is stuck on the updating screen or if nothing displays but a gray box"
+ echo ">>> If you believe there is a problem with this AUR package please report it to the AUR page"
+ echo ">>> If you believe there is a problem with Discord please report it to:"
+ echo ">>> https://discord.gg/discord-testers or https://discord.gg/discord-linux."
}
diff --git a/PKGBUILD b/PKGBUILD
index 1641953b2665..521302f35bfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _branch='discord'
pkgname=discord
pkgver=0.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
arch=('x86_64')
url='https://discordapp.com/'