summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Anderson2016-05-14 04:06:39 -0400
committerAnthony Anderson2016-05-14 04:06:39 -0400
commita5764ec27958c5c772dc9c407f4eabf3a143e793 (patch)
treecb6a5578bc8e46ff74de6a7a1a3c265780cd7980
parent93eff72745399ee9e6853d51a3cacc5dd85898ee (diff)
downloadaur-a5764ec27958c5c772dc9c407f4eabf3a143e793.tar.gz
Fixed the formatting in the .install file
-rw-r--r--.SRCINFO4
-rw-r--r--DiscordCanary.install4
-rw-r--r--PKGBUILD3
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1271385ca791..85683b8545ff 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/DiscordCanary.install b/DiscordCanary.install
index 144cb2b474af..e955365516d6 100644
--- a/DiscordCanary.install
+++ b/DiscordCanary.install
@@ -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"
}
diff --git a/PKGBUILD b/PKGBUILD
index 0dc1107c87c6..5359d6359166 100644
--- a/PKGBUILD
+++ b/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'