summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormorganamilo2019-05-08 21:33:50 +0100
committermorganamilo2019-05-08 21:33:50 +0100
commit4f62cf90b061e9189410be750b20852aafdd99c8 (patch)
treeb181b987e886118b596dba2a49575d05c806b629
parent3c704ee08274235ab5f5f92db223f450dcc85938 (diff)
downloadaur-4f62cf90b061e9189410be750b20852aafdd99c8.tar.gz
Bump version to 0.0.77
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bdbf5e02823..bed8f66a24d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = discord-canary
pkgdesc = All-in-one voice and text chat for gamers that's free and secure.
- pkgver = 0.0.76
+ pkgver = 0.0.77
pkgrel = 1
url = https://discordapp.com/
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = discord-canary
optdepends = ttf-symbola: Font for emoji support.
optdepends = noto-fonts-cjk: Font for special characters such as /shrug face.
provides = discord
- source = https://dl-canary.discordapp.net/apps/linux/0.0.76/discord-canary-0.0.76.tar.gz
+ source = https://dl-canary.discordapp.net/apps/linux/0.0.77/discord-canary-0.0.77.tar.gz
source = LICENSE
source = discord-canary.sh
sha256sums = 8689eeee1a03fa00015cb32b1437c46abc96d7a288e80744fa7b5c54a7994106
diff --git a/PKGBUILD b/PKGBUILD
index 2d2549f6036f..28f21082f413 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Anthony Anderson <aantony4122@gmail.com>
pkgname=discord-canary
-pkgver=0.0.76
+pkgver=0.0.77
pkgrel=1
pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
arch=('x86_64')
@@ -27,6 +27,7 @@ package() {
# Install the main files.
install -d "${pkgdir}/opt/${pkgname}"
cp -a "${srcdir}/DiscordCanary/." "${pkgdir}/opt/${pkgname}"
+ chmod 4755 "${pkgdir}/opt/${pkgname}/chrome-sandbox"
# Desktop Entry
install -Dm644 "${pkgdir}/opt/${pkgname}/${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"