summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormorganamilo2018-05-06 15:18:58 +0100
committermorganamilo2018-05-06 15:18:58 +0100
commit43277c360593539e5a418a70e0b11cd045fcddfa (patch)
tree47a6c210ce779694cebedd09856af83479c4c2a4
parentac7451b1af3ab7cd05215069587ca29802f73855 (diff)
downloadaur-43277c360593539e5a418a70e0b11cd045fcddfa.tar.gz
Bump version to 0.0.49 and add postinst to hook
-rw-r--r--.SRCINFO8
-rw-r--r--DiscordCanary.install1
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17c89c9de27b..dfa39f3a9c37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = discord-canary
pkgdesc = All-in-one voice and text chat for gamers that's free and secure.
- pkgver = 0.0.48
- pkgrel = 2
+ pkgver = 0.0.49
+ pkgrel = 1
url = https://discordapp.com/
install = DiscordCanary.install
arch = x86_64
@@ -24,8 +24,8 @@ pkgbase = discord-canary
source = LICENSE
md5sums = 2ff4b71f582b9d62eadbb487d4190d15
md5sums = 26b3229c74488c64d94798e48bc49fcd
- source_x86_64 = https://dl-canary.discordapp.net/apps/linux/0.0.48/discord-canary-0.0.48.tar.gz
- md5sums_x86_64 = 389495274f3123859918b5da70c486ec
+ source_x86_64 = https://dl-canary.discordapp.net/apps/linux/0.0.49/discord-canary-0.0.49.tar.gz
+ md5sums_x86_64 = a099d7b198c982484fa17f950e40c456
pkgname = discord-canary
diff --git a/DiscordCanary.install b/DiscordCanary.install
index fe2538c37984..8f7575625cca 100644
--- a/DiscordCanary.install
+++ b/DiscordCanary.install
@@ -5,4 +5,5 @@ post_upgrade() {
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 1acca4af6269..f36353f4efdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
_branch='discord-canary'
pkgname=discord-canary
-pkgver=0.0.48
-pkgrel=2
+pkgver=0.0.49
+pkgrel=1
pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
arch=('x86_64')
url='https://discordapp.com/'
@@ -25,7 +25,7 @@ source=(DiscordCanary.desktop LICENSE)
source_x86_64=("https://dl-canary.discordapp.net/apps/linux/${pkgver}/${_branch}-${pkgver}.tar.gz")
md5sums=('2ff4b71f582b9d62eadbb487d4190d15'
'26b3229c74488c64d94798e48bc49fcd')
-md5sums_x86_64=('389495274f3123859918b5da70c486ec')
+md5sums_x86_64=('a099d7b198c982484fa17f950e40c456')