summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayde Dixon2017-01-26 20:01:24 +1100
committerCayde Dixon2017-01-26 20:01:24 +1100
commitd010031f814c54070fa5cc60240c3cb214324425 (patch)
tree340a87adc5ef246801ef45bbad78810d2fe4718a
parenta1bfc753f8c69711bfe3915334c30a33f640045c (diff)
downloadaur-d010031f814c54070fa5cc60240c3cb214324425.tar.gz
Stuffed up
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5983ef775964..1790df385cfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = discord
pkgdesc = All-in-one voice and text chat for gamers that's free and secure.
pkgver = 0.0.1
- pkgrel = 5
+ pkgrel = 6
url = https://discordapp.com/
install = Discord.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6d26333790df..862366da9a3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _branch='discord'
pkgname=discord
pkgver=0.0.1
-pkgrel=5
+pkgrel=6
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}/Discord" "${pkgdir}/usr/bin/${pkgname}"
# Create symbolic link to the icon
install -d "${pkgdir}/usr/share/pixmaps"