summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2018-06-10 23:47:24 +0200
committerFrederik “Freso” S. Olesen2018-06-10 23:47:24 +0200
commitccc49e5c382ee01f5eb9fa212f9c2a89fa71c20a (patch)
tree458160165b4ed59a47760561df6aabff28deb4ba /PKGBUILD
parent1ca88acb990e442bd36d158237da833e0cfba8bb (diff)
downloadaur-ccc49e5c382ee01f5eb9fa212f9c2a89fa71c20a.tar.gz
Use unique name for $source download
See https://wiki.archlinux.org/index.php/PKGBUILD#source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84d69d1007b1..da3e0a18689e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christoph Korn <christoph.korn at posteo dot de>
pkgname=chatty
pkgver=0.8.7
-pkgrel=5
+pkgrel=6
pkgdesc="Twitch Chat Client for Desktop"
arch=('any')
url="https://chatty.github.io/"
@@ -10,7 +10,7 @@ depends=('java-environment' 'sh')
optdepends=('livestreamer: for watching streams in a custom video player.')
makedepends=('apache-ant' 'java-environment>=8')
-source=("https://github.com/chatty/chatty/archive/v${pkgver}.tar.gz"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/chatty/chatty/archive/v${pkgver}.tar.gz"
"${pkgname}.desktop"
"${pkgname}_script"
"config_dir.patch"