summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBleuzen2017-10-08 23:11:06 +0200
committerBleuzen2017-10-08 23:11:06 +0200
commit788ad9ccc770f7f24b2d0c4d172a9da656437231 (patch)
tree92e0f3eb7cc075d660a13b3091a12dcaa99bbad3 /PKGBUILD
parent04e5b2813580a182aba2a041b75f183c82c5a79f (diff)
downloadaur-788ad9ccc770f7f24b2d0c4d172a9da656437231.tar.gz
fixed icon link
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77ab53311f16..406d2bd7423c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=blizcord
pkgver=0.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="A simple Discord bot which can play music from YouTube or local files"
arch=('i686' 'x86_64')
url="https://github.com/Bleuzen/Blizcord/"
@@ -10,7 +10,7 @@ license=('mit')
depends=('jre8-openjdk')
install=$pkgname.install
source=("Blizcord.exe::https://github.com/Bleuzen/Blizcord/releases/download/${pkgver}/Blizcord.exe"
- "blizcord.png::https://raw.githubusercontent.com/Bleuzen/Blizcord/master/src/com.github/bleuzen/blizcord/icon.png"
+ "blizcord.png::https://raw.githubusercontent.com/Bleuzen/Blizcord/master/src/com/github/bleuzen/blizcord/icon.png"
"blizcord"
"blizcord-gui"
"blizcord.desktop")