summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95828013550d..995f5041fe9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Jul 1 22:21:17 UTC 2016
+# Sun Jul 3 19:44:41 UTC 2016
pkgbase = chatty
pkgdesc = Twitch Chat Client for Desktop
pkgver = 0.8.3
- pkgrel = 1
+ pkgrel = 2
url = http://chatty.github.io/
arch = any
license = MIT
makedepends = apache-ant
makedepends = jdk8-openjdk
- depends = jre8-openjdk
+ depends = java-environment
depends = sh
optdepends = livestreamer: for watching streams in a custom video player.
source = https://github.com/chatty/chatty/archive/v0.8.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 6e1c6de758aa..f96c2a72d97a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Christoph Korn <christoph.korn at posteo dot de>
pkgname=chatty
pkgver=0.8.3
-pkgrel=1
+pkgrel=2
pkgdesc="Twitch Chat Client for Desktop"
arch=('any')
url="http://chatty.github.io/"
license=('MIT')
-depends=('jre8-openjdk' 'sh')
+depends=('java-environment' 'sh')
optdepends=('livestreamer: for watching streams in a custom video player.')
makedepends=('apache-ant' 'jdk8-openjdk')