summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBleuzen2017-08-03 22:01:02 +0200
committerBleuzen2017-08-03 22:01:02 +0200
commit6cdb43ff2a0498c088d76038ed0627da81bbf4c6 (patch)
treea8da4877dc127f38fe45538a78306e6d7f631416 /PKGBUILD
parent8ba44c30c3d6680799150bf2f3b50b7c337a430e (diff)
downloadaur-6cdb43ff2a0498c088d76038ed0627da81bbf4c6.tar.gz
fixed build with icon
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc969ee30a02..93b771bfc2b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=blizcord
pkgver=0.5.2
-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/icon.png"
+ "blizcord.png::https://raw.githubusercontent.com/Bleuzen/Blizcord/master/src/me/bleuzen/blizcord/icon.png"
"blizcord"
"blizcord-gui"
"blizcord.desktop")