diff --git a/.SRCINFO b/.SRCINFO index 5c0d929ac3a6..d06ff70f9f20 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = discord-canary pkgdesc = Discord Canary linux release pkgver = 0.0.8 - pkgrel = 4 + pkgrel = 5 url = https://discordapp.com/ install = DiscordCanary.install arch = x86_64 @@ -20,7 +20,7 @@ pkgbase = discord-canary source = DiscordCanary.desktop source = LICENSE source = DiscordCanary.sh - sha256sums = 04120aec68647be5de5689ead51ba3fc976ada3cf6616144b97d2b75e0782eae + sha256sums = e554dbc5d8b4e6753e9a921336508d051af575c2d77b96be9e3f72a5f4ca837a sha256sums = 688f418cd32a682c6d331c211fedd48ff86ee8ba5a7640f589eadb32996af80f sha256sums = 912cb31b21023980614437b859bb11f39697108c0e9ca21778f81da8065a0815 source_x86_64 = https://cdn-canary.discordapp.com/apps/linux/0.0.8/discord-canary-0.0.8.tar.gz diff --git a/DiscordCanary.desktop b/DiscordCanary.desktop index b5f07d5a7fba..3f78725c4955 100644 --- a/DiscordCanary.desktop +++ b/DiscordCanary.desktop @@ -2,7 +2,7 @@ Name=Discord Canary Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone. GenericName=Internet Messenger -Exec=/usr/bin/DiscordCanary +Exec=/usr/bin/discord-canary Icon=/usr/share/pixmaps/discord-canary.png Type=Application StartupNotify=true diff --git a/DiscordCanary.install b/DiscordCanary.install index e955365516d6..06ad53fe3e1e 100644 --- a/DiscordCanary.install +++ b/DiscordCanary.install @@ -1,4 +1,5 @@ post_upgrade() { + echo ">>> The run command changed from DiscordCanary to discord-canary" 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 in the Discord Developers server" diff --git a/PKGBUILD b/PKGBUILD index 823f736ae03c..a860e82e5a40 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=discord-canary pkgver=0.0.8 -pkgrel=4 +pkgrel=5 pkgdesc='Discord Canary linux release' arch=('x86_64') url='https://discordapp.com/' @@ -15,7 +15,7 @@ optdepends=('freetype2-infinality: If you have black screens with emojis install install="DiscordCanary.install" source=(DiscordCanary.desktop LICENSE DiscordCanary.sh) source_x86_64=("https://cdn-canary.discordapp.com/apps/linux/${pkgver}/discord-canary-${pkgver}.tar.gz") #This is always latest build, right now I do not know of a version param. -sha256sums=('04120aec68647be5de5689ead51ba3fc976ada3cf6616144b97d2b75e0782eae' +sha256sums=('e554dbc5d8b4e6753e9a921336508d051af575c2d77b96be9e3f72a5f4ca837a' '688f418cd32a682c6d331c211fedd48ff86ee8ba5a7640f589eadb32996af80f' '912cb31b21023980614437b859bb11f39697108c0e9ca21778f81da8065a0815') sha256sums_x86_64=('7362afababed47a6c6ec114a755fdeccce247fe5de37a2e55bdb5dae639788bc') @@ -37,7 +37,7 @@ package() { install -d "${pkgdir}/usr/bin" #ln -s "/opt/${pkgname}/DiscordCanary" "${pkgdir}/usr/bin/DiscordCanary" #installing from .sh due to how the tar extracts. - install "${srcdir}/DiscordCanary.sh" "${pkgdir}/usr/bin/DiscordCanary" + install "${srcdir}/DiscordCanary.sh" "${pkgdir}/usr/bin/discord-canary" # Create symbolic link to the icon install -d "${pkgdir}/usr/share/pixmaps"