summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Anderson2016-07-08 04:17:11 -0400
committerAnthony Anderson2016-07-08 04:17:11 -0400
commitee501e94a958ea8c6b3a96eb618e09ec52d485ca (patch)
treed6416f08ca68e673c7fa0c4febced2cf92037af4 /PKGBUILD
parent201fe4a161ade41f5f0130f7dd63de1005e8c66e (diff)
downloadaur-ee501e94a958ea8c6b3a96eb618e09ec52d485ca.tar.gz
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>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"