summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Peavey2020-06-08 01:31:10 -0700
committerHunter Peavey2020-06-08 01:31:10 -0700
commit57caa3f213f1f04503be0325903faf6a36e5ea99 (patch)
tree7129ba6d9309d7e906533b84140eeec03dc202ab
parentac3564343000a78bc584b10c1589b2f9e94089f9 (diff)
downloadaur-57caa3f213f1f04503be0325903faf6a36e5ea99.tar.gz
Update AUR for 1.6.1 release
-rw-r--r--.SRCINFO10
-rw-r--r--CHANGELOG6
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20d581a25dd1..cf2f2aea1e5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wtwitch
pkgdesc = Terminal user interface for Twitch
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = https://git.sr.ht/~krathalan/wtwitch
changelog = CHANGELOG
@@ -12,11 +12,11 @@ pkgbase = wtwitch
depends = wget
optdepends = mpv: for watching streams
optdepends = vlc: for watching streams
- source = https://git.sr.ht/~krathalan/wtwitch/archive/1.6.0.tar.gz
- source = https://git.sr.ht/~krathalan/wtwitch/blob/master/signatures/1.6.0.tar.gz.sig
+ source = https://git.sr.ht/~krathalan/wtwitch/archive/1.6.1.tar.gz
+ source = https://git.sr.ht/~krathalan/wtwitch/blob/master/signatures/1.6.1.tar.gz.sig
validpgpkeys = 02AAA23ABDF1D538BD889D251AADE5E728FFC667
- sha512sums = 8a8cf7d1dbe363dce846d6f0112c18fb9637bc8bd8daf13f0b739cf54ccf9811ef7866f84ae71c797bf7ec14072b752a45e9a954981c4ff0717b6c0c6e54d984
- sha512sums = 57e2ff82056ccce63021b13119f4b2fceaea044a2048871c4b266af11bcc38057c72a6373c5d8da91ce8b44e62926b7a91857d0a83dd86fc74502246686cc566
+ sha512sums = c4994644376043d39e5be8b72dae3a8630f3c3c4f5d30b3b82f5ca15aa7b48b7e0ef77911f3b5bc1edac18860a66c81cde5c1515b4d2ae667f84ae7f208ecb9a
+ sha512sums = 9ea716cdff6ab02ea4c9b3619fae1d4cb32535de3d3100861b3f8ed071309ec16121f0aae3a59a5a366af0fdcb88df78079261ef1e73b42b830441fc330a8654
pkgname = wtwitch
diff --git a/CHANGELOG b/CHANGELOG
index 335795f41e96..412bc3a23f79 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,9 +1,6 @@
See the full changelog at
https://git.sr.ht/~krathalan/wtwitch/tree/master/FULLCHANGELOG
-1.4.2 (March 19, 2020)
- Fixed an "unbound variable" issue when a user had no subscriptions
-
1.5.0 (April 17, 2020)
Add OAuth tokens for API requests as required by Twitch:
https://discuss.dev.twitch.tv/t/requiring-oauth-for-helix-twitch-api-endpoints/23916
@@ -14,3 +11,6 @@ https://git.sr.ht/~krathalan/wtwitch/tree/master/FULLCHANGELOG
1.6.0 (May 28, 2020)
Add French translation patch from Léo Villeveygoux
+
+1.6.1 (June 8, 2020)
+ Fixed an issue where any language not officially supported would print "null" for each localized string
diff --git a/PKGBUILD b/PKGBUILD
index 4d268fb4b190..83e5e4639b1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# General package information
pkgname=wtwitch
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc="Terminal user interface for Twitch"
url="https://git.sr.ht/~krathalan/wtwitch"
@@ -20,7 +20,7 @@ optdepends=('mpv: for watching streams'
_packagesig="${url}/blob/master/signatures/${pkgver}.tar.gz.sig"
source=("${url}/archive/${pkgver}.tar.gz" "${_packagesig}")
validpgpkeys=("02AAA23ABDF1D538BD889D251AADE5E728FFC667")
-sha512sums=("8a8cf7d1dbe363dce846d6f0112c18fb9637bc8bd8daf13f0b739cf54ccf9811ef7866f84ae71c797bf7ec14072b752a45e9a954981c4ff0717b6c0c6e54d984" "57e2ff82056ccce63021b13119f4b2fceaea044a2048871c4b266af11bcc38057c72a6373c5d8da91ce8b44e62926b7a91857d0a83dd86fc74502246686cc566")
+sha512sums=("c4994644376043d39e5be8b72dae3a8630f3c3c4f5d30b3b82f5ca15aa7b48b7e0ef77911f3b5bc1edac18860a66c81cde5c1515b4d2ae667f84ae7f208ecb9a" "9ea716cdff6ab02ea4c9b3619fae1d4cb32535de3d3100861b3f8ed071309ec16121f0aae3a59a5a366af0fdcb88df78079261ef1e73b42b830441fc330a8654")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"