summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayde Dixon2017-01-26 20:02:54 +1100
committerCayde Dixon2017-01-26 20:02:54 +1100
commitd84283832edec11ed116011ba3b0e2dec0099d13 (patch)
tree9d7c045d95efa680e492845009dbf3ac98c31269
parente3a462c0ec3eebc8245ad69d2eb6df422a633144 (diff)
downloadaur-d84283832edec11ed116011ba3b0e2dec0099d13.tar.gz
Fix up executable
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33bb44e421e3..952d3b1edb26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = discord-ptb
pkgdesc = All-in-one voice and text chat for gamers that's free and secure.
pkgver = 0.0.1
- pkgrel = 4
+ pkgrel = 5
url = https://discordapp.com/
install = DiscordPTB.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 111ca79f1a19..26ffc7b8a5b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _branch='-ptb'
pkgname='discord-ptb'
pkgver=0.0.1
-pkgrel=4
+pkgrel=5
pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
arch=('x86_64')
url='https://discordapp.com/'
@@ -46,7 +46,7 @@ package() {
# Main binary
install -d "${pkgdir}/usr/bin"
#install "${srcdir}/Discord.sh" "${pkgdir}/usr/bin/discord"
- ln -s "/opt/${pkgname}/DiscordCanary" "${pkgdir}/usr/bin/${pkgname}"
+ ln -s "/opt/${pkgname}/DiscordPTB" "${pkgdir}/usr/bin/${pkgname}"
# Create symbolic link to the icon
install -d "${pkgdir}/usr/share/pixmaps"