chatty: update to 0.10.

This commit is contained in:
Frank Steinborn 2019-10-07 21:01:15 +02:00 committed by Johannes
parent ecccc7e32f
commit 85036b1823

View file

@ -1,16 +1,16 @@
# Template file for 'chatty'
pkgname=chatty
version=0.9.7
revision=2
version=0.10
revision=1
archs=noarch
hostmakedepends="openjdk gradle"
depends="virtual?java-runtime"
short_desc="Twitch Chat Client for Desktop"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="GPL-3"
license="GPL-3.0-only"
homepage="http://chatty.github.io/"
distfiles="https://github.com/chatty/chatty/archive/v${version}.tar.gz"
checksum="e5c2eb006db593ce0fc6fb71e602ad641dc3ff970b770dce73155c67d87afbea"
checksum=9b50246620f179be675e883c9a5766218fc50a8f0b4ee139dc40a9dfed5d54d2
do_build() {
gradle shadowJar
@ -33,6 +33,4 @@ do_install() {
vinstall src/${pkgname}/gui/app_main_64.png 644 usr/share/pixmaps chatty.png
vinstall ${FILESDIR}/chatty.desktop 644 usr/share/applications
vlicense assets/LICENSE
}