mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
chaned the run command based to discord-canary
based on the input from the issue tracker and from #linux in the Discord Dev server Signed-off-by: Anthony Anderson <aantony4122@gmail.com>
This commit is contained in:
parent
201fe4a161
commit
ee501e94a9
4 changed files with 7 additions and 6 deletions
4
.SRCINFO
4
.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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
6
PKGBUILD
6
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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue