summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fa2b5e377ed..d6711a80a55c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chatty
pkgdesc = Twitch Chat Client for Desktop
pkgver = 0.8.7
- pkgrel = 5
+ pkgrel = 6
url = https://chatty.github.io/
arch = any
license = MIT
@@ -10,7 +10,7 @@ pkgbase = chatty
depends = java-environment
depends = sh
optdepends = livestreamer: for watching streams in a custom video player.
- source = https://github.com/chatty/chatty/archive/v0.8.7.tar.gz
+ source = chatty-0.8.7.tar.gz::https://github.com/chatty/chatty/archive/v0.8.7.tar.gz
source = chatty.desktop
source = chatty_script
source = config_dir.patch
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"