summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Perry (Pezz)2019-03-21 08:18:52 +1100
committerSimon Perry (Pezz)2019-03-21 08:18:52 +1100
commita78d1bafb360e1c6426a2fd62844d0d9fb2fa0ca (patch)
treefd32ce82b0bd9783d64b56bf86ea4115b75608e9
parent61f3aabe751c7dca53bb548a12b66b0caba997cb (diff)
parent6e3383ce78c39b29ffbf373aa0a0eca39205a4a3 (diff)
downloadaur-a78d1bafb360e1c6426a2fd62844d0d9fb2fa0ca.tar.gz
Bump to 0.0.15
-rw-r--r--.SRCINFO1
-rw-r--r--DiscordPTB.install8
-rw-r--r--PKGBUILD3
3 files changed, 1 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b436998233d9..841eb648e0a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = discord-ptb
pkgver = 0.0.15
pkgrel = 1
url = https://discordapp.com/
- install = DiscordPTB.install
arch = x86_64
license = custom
depends = gtk2
diff --git a/DiscordPTB.install b/DiscordPTB.install
deleted file mode 100644
index c4f3ef3dd8c3..000000000000
--- a/DiscordPTB.install
+++ /dev/null
@@ -1,8 +0,0 @@
-post_upgrade() {
- echo ">>> You may need to delete discord's config directory ~/.config/discordptb"
- 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 35dd93af6ce1..243ed83d2387 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Cayde Dixon <me@cazzar.net>
# Contributor: Anthony Anderson <aantony4122@gmail.com>
-pkgname='discord-ptb'
+pkgname=discord-ptb
pkgver=0.0.15
pkgrel=1
pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
@@ -20,7 +20,6 @@ optdepends=(
'noto-fonts-cjk: Font for special characters such as /shrug face.'
)
-install="DiscordPTB.install"
source=(LICENSE
"https://dl-ptb.discordapp.net/apps/linux/${pkgver}/${pkgname}-${pkgver}.tar.gz")