mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
Updated to the lateset discord
Signed-off-by: Anthony Anderson <aantony4122@gmail.com>
This commit is contained in:
parent
00e0388153
commit
b3ffee2275
3 changed files with 9 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = discord-canary
|
||||
pkgdesc = Discord Canary linux release
|
||||
pkgver = 0.0.9
|
||||
pkgrel = 2
|
||||
pkgver = 0.0.10
|
||||
pkgrel = 1
|
||||
url = https://discordapp.com/
|
||||
install = DiscordCanary.install
|
||||
arch = x86_64
|
||||
|
|
@ -23,8 +23,8 @@ pkgbase = discord-canary
|
|||
sha256sums = e554dbc5d8b4e6753e9a921336508d051af575c2d77b96be9e3f72a5f4ca837a
|
||||
sha256sums = 688f418cd32a682c6d331c211fedd48ff86ee8ba5a7640f589eadb32996af80f
|
||||
sha256sums = 912cb31b21023980614437b859bb11f39697108c0e9ca21778f81da8065a0815
|
||||
source_x86_64 = https://dl-canary.discordapp.net/apps/linux/0.0.9/discord-canary-0.0.9.tar.gz
|
||||
sha256sums_x86_64 = 72f692cea62b836220f40d81d110846f9cde9a0fba7a8d47226d89e0980255b9
|
||||
source_x86_64 = https://dl-canary.discordapp.net/apps/linux/0.0.10/discord-canary-0.0.10.tar.gz
|
||||
sha256sums_x86_64 = f91ad0380ed0cecbb10d80c6ef31a5c85af9608eb4255357ebf1f185975d6bf2
|
||||
|
||||
pkgname = discord-canary
|
||||
|
||||
|
|
|
|||
|
|
@ -2,5 +2,6 @@ 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"
|
||||
echo ">>> if this doesn't work ask for help in #linux in the Discord Developers server https://discord.gg/UT7AMAP"
|
||||
echo ">>> You may also want to check out the linux server for help as well https://discord.gg/e7GX27C"
|
||||
}
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -2,8 +2,8 @@
|
|||
# Contributor: Anthony Anderson <aantony4122@gmail.com>
|
||||
|
||||
pkgname=discord-canary
|
||||
pkgver=0.0.9
|
||||
pkgrel=2
|
||||
pkgver=0.0.10
|
||||
pkgrel=1
|
||||
pkgdesc='Discord Canary linux release'
|
||||
arch=('x86_64')
|
||||
url='https://discordapp.com/'
|
||||
|
|
@ -18,7 +18,7 @@ source_x86_64=("https://dl-canary.discordapp.net/apps/linux/${pkgver}/discord-ca
|
|||
sha256sums=('e554dbc5d8b4e6753e9a921336508d051af575c2d77b96be9e3f72a5f4ca837a'
|
||||
'688f418cd32a682c6d331c211fedd48ff86ee8ba5a7640f589eadb32996af80f'
|
||||
'912cb31b21023980614437b859bb11f39697108c0e9ca21778f81da8065a0815')
|
||||
sha256sums_x86_64=('72f692cea62b836220f40d81d110846f9cde9a0fba7a8d47226d89e0980255b9')
|
||||
sha256sums_x86_64=('f91ad0380ed0cecbb10d80c6ef31a5c85af9608eb4255357ebf1f185975d6bf2')
|
||||
|
||||
package() {
|
||||
# Install the main files.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue