summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"