summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAWildBeard2017-08-16 05:44:03 +0000
committerAWildBeard2017-08-16 05:44:03 +0000
commit259c4918d25f68b6d92ef14d17512ef7824cb5ac (patch)
treea263d8c9eaadc8c7591e53ba9c74730661839ac1
parent47a064fb1a2fbb5baf1b3912bcc24e18fbc55063 (diff)
downloadaur-259c4918d25f68b6d92ef14d17512ef7824cb5ac.tar.gz
Updated to v1.1.32-3
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD14
2 files changed, 16 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9f4f7fd7c25..578e1d9b6052 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = wild-chat
- pkgdesc = Customizable twitch chat client
- pkgver = 1.1.32
- pkgrel = 2
- url = https://github.com/AWildBeard/WildChat
- arch = any
- license = Apache License 2.0
- depends = jre8-openjdk
- depends = java-openjfx
- source = https://github.com/AWildBeard/WildChat/releases/download/v1.1.32/wild-chat.tar
- md5sums = 1520401601e00581fd3d825598a70721
+ pkgdesc = A Customizable Twich Chat Client
+ pkgver = v1.1.32
+ pkgrel = 3
+ url = https://github.com/AWildBeard/WildChat
+ arch = any
+ license = Apache License 2.0
+ depends = jre8-openjdk
+ depends = java-openjfx
+ source = https://github.com/AWildBeard/WildChat/releases/download/v1.1.32-3/wild-chat.tar
+ md5sums = d41d8cd98f00b204e9800998ecf8427e
pkgname = wild-chat
diff --git a/PKGBUILD b/PKGBUILD
index 9e6a770cf2b0..03cdc8d248ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-#Maintainer: Michael Mitchell <mmitc@protonmail.com>
+# Maintainer: Michael Mitchell <mmitc@protonmail.com>
pkgname=wild-chat
-pkgver=1.1.32
-pkgrel=2
-pkgdesc="Customizable twitch chat client"
+pkgver=v1.1.32
+pkgrel=3
+pkgdesc="A Customizable Twitch Chat Client"
arch=('any')
url="https://github.com/AWildBeard/WildChat"
license=('Apache License 2.0')
depends=('jre8-openjdk' 'java-openjfx')
-source=("https://github.com/AWildBeard/WildChat/releases/download/v1.1.32/wild-chat.tar")
+source=("https://github.com/AWildBeard/WildChat/releases/download/v1.1.32-3/wild-chat.tar")
-md5sums=('1520401601e00581fd3d825598a70721')
+md5sums=('d41d8cd98f00b204e9800998ecf8427e')
package() {
mkdir -p "${pkgdir}/usr/share/wildchat"
@@ -22,5 +22,3 @@ package() {
mkdir -p "${pkgdir}/usr/bin"
install -Dm755 "${srcdir}/wild-chat.sh" "${pkgdir}/usr/bin/wild-chat.sh"
}
-
-