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 995f5041fe9b..c5d4b92ae661 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Sun Jul 3 19:44:41 UTC 2016
+# Tue Jul 5 18:57:33 UTC 2016
pkgbase = chatty
pkgdesc = Twitch Chat Client for Desktop
pkgver = 0.8.3
- pkgrel = 2
+ pkgrel = 3
url = http://chatty.github.io/
arch = any
license = MIT
makedepends = apache-ant
- makedepends = jdk8-openjdk
+ makedepends = java-environment>=8
depends = java-environment
depends = sh
optdepends = livestreamer: for watching streams in a custom video player.
diff --git a/PKGBUILD b/PKGBUILD
index f96c2a72d97a..ab86ef999524 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Christoph Korn <christoph.korn at posteo dot de>
pkgname=chatty
pkgver=0.8.3
-pkgrel=2
+pkgrel=3
pkgdesc="Twitch Chat Client for Desktop"
arch=('any')
url="http://chatty.github.io/"
license=('MIT')
depends=('java-environment' 'sh')
optdepends=('livestreamer: for watching streams in a custom video player.')
-makedepends=('apache-ant' 'jdk8-openjdk')
+makedepends=('apache-ant' 'java-environment>=8')
source=("https://github.com/chatty/chatty/archive/v${pkgver}.tar.gz"
"${pkgname}.png"