summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormorganamilo2019-01-30 02:31:40 +0000
committermorganamilo2019-01-30 02:31:40 +0000
commit95025ec1eae2a04f8bc1fa58df80e5f38016b02b (patch)
treed1b64cb94508f501d92348bc762a4a2b81379b5a
parente9163f34c29a4a714ad91e51f56e2052259f9b4d (diff)
downloadaur-95025ec1eae2a04f8bc1fa58df80e5f38016b02b.tar.gz
Bump version to 0.0.69
-rw-r--r--.SRCINFO7
-rw-r--r--DiscordCanary.install9
-rw-r--r--PKGBUILD5
3 files changed, 5 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99d10d15690d..d31290324133 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = discord-canary
pkgdesc = All-in-one voice and text chat for gamers that's free and secure.
- pkgver = 0.0.68
+ pkgver = 0.0.69
pkgrel = 1
url = https://discordapp.com/
- install = DiscordCanary.install
arch = x86_64
license = custom
depends = gtk3
@@ -23,9 +22,9 @@ pkgbase = discord-canary
optdepends = noto-fonts-cjk: Font for special characters such as /shrug face.
provides = discord
source = LICENSE
- source = https://dl-canary.discordapp.net/apps/linux/0.0.68/discord-canary-0.0.68.tar.gz
+ source = https://dl-canary.discordapp.net/apps/linux/0.0.69/discord-canary-0.0.69.tar.gz
md5sums = 26b3229c74488c64d94798e48bc49fcd
- md5sums = fedfb76fa230718d5151bcc608670e40
+ md5sums = 257e5887737bc6b2e6b607028af2b8fa
pkgname = discord-canary
diff --git a/DiscordCanary.install b/DiscordCanary.install
deleted file mode 100644
index 8f7575625cca..000000000000
--- a/DiscordCanary.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_upgrade() {
- echo ">>> You may need to delete discord's config directory ~/.config/discordcanary"
- 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."
- /opt/discord-canary/postinst.sh > /dev/null
-}
diff --git a/PKGBUILD b/PKGBUILD
index aa887c2cd46b..9974091888e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Anthony Anderson <aantony4122@gmail.com>
pkgname=discord-canary
-pkgver=0.0.68
+pkgver=0.0.69
pkgrel=1
pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
arch=('x86_64')
@@ -19,11 +19,10 @@ optdepends=(
'noto-fonts-cjk: Font for special characters such as /shrug face.'
)
-install="DiscordCanary.install"
source=(LICENSE
"https://dl-canary.discordapp.net/apps/linux/${pkgver}/${pkgname}-${pkgver}.tar.gz")
md5sums=('26b3229c74488c64d94798e48bc49fcd'
- 'fedfb76fa230718d5151bcc608670e40')
+ '257e5887737bc6b2e6b607028af2b8fa')