mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
Fixed the formatting in the .install file
This commit is contained in:
parent
93eff72745
commit
a5764ec279
3 changed files with 6 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,8 +1,9 @@
|
|||
pkgbase = discord-canary
|
||||
pkgdesc = Discord Canary linux release
|
||||
pkgver = 0.0.8
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://discordapp.com/
|
||||
install = DiscordCanary.install
|
||||
arch = x86_64
|
||||
license = custom
|
||||
depends = gtk2
|
||||
|
|
@ -12,7 +13,6 @@ pkgbase = discord-canary
|
|||
optdepends = freetype2-infinality: If you have black screens with emojis install this.
|
||||
provides = discord-canary
|
||||
source = DiscordCanary.desktop
|
||||
source = DiscordCanary.install
|
||||
source = LICENSE
|
||||
source = DiscordCanary.sh
|
||||
sha256sums = 04120aec68647be5de5689ead51ba3fc976ada3cf6616144b97d2b75e0782eae
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
post_upgrade() {
|
||||
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 ">>> 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"
|
||||
}
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=discord-canary
|
||||
pkgver=0.0.8
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Discord Canary linux release'
|
||||
arch=('x86_64')
|
||||
url='https://discordapp.com/'
|
||||
|
|
@ -12,6 +12,7 @@ license=('custom')
|
|||
depends=('gtk2' 'gconf' 'libnotify' 'libxss')
|
||||
optdepends=('freetype2-infinality: If you have black screens with emojis install this.')
|
||||
|
||||
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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue