summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a5b022a6a47..056d131264bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Fri Jan 8 21:18:22 UTC 2016
pkgbase = chatty
pkgdesc = Twitch Chat Client for Desktop
pkgver = 0.8.1
- pkgrel = 1
- url = http://getchatty.sourceforge.net
+ pkgrel = 2
+ url = http://chatty.github.io/
arch = any
license = MIT
makedepends = apache-ant
diff --git a/PKGBUILD b/PKGBUILD
index 1258f6fa2432..495f8be9f2b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Christoph Korn <christoph.korn at posteo dot de>
pkgname=chatty
pkgver=0.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="Twitch Chat Client for Desktop"
arch=('any')
-url="http://getchatty.sourceforge.net"
+url="http://chatty.github.io/"
license=('MIT')
depends=('java-environment' 'sh')
optdepends=('livestreamer: for watching streams in a custom video player.')