summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Peavey2020-06-19 13:24:31 -0700
committerHunter Peavey2020-06-19 13:24:31 -0700
commit36f7cb82460950a5ec1f12d5bcd15e35f3006946 (patch)
treec52d3bc573a11e8350b8cc4f3201db02401c3f46
parent57caa3f213f1f04503be0325903faf6a36e5ea99 (diff)
downloadaur-36f7cb82460950a5ec1f12d5bcd15e35f3006946.tar.gz
Update AUR for 1.6.2 release
-rw-r--r--CHANGELOG8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 412bc3a23f79..8eb05309cec5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,11 +1,6 @@
See the full changelog at
https://git.sr.ht/~krathalan/wtwitch/tree/master/FULLCHANGELOG
-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
- Add support for XDG Base Directory spec
-
1.5.1 (May 24, 2020)
Set OAuth token expiry for 1 day after acquisition
@@ -14,3 +9,6 @@ https://git.sr.ht/~krathalan/wtwitch/tree/master/FULLCHANGELOG
1.6.1 (June 8, 2020)
Fixed an issue where any language not officially supported would print "null" for each localized string
+
+1.6.2 (June 19, 2020)
+ Fixed a bug where the first Twitch request of the day would fail due to not updating the in-memory api token
diff --git a/PKGBUILD b/PKGBUILD
index 83e5e4639b1e..d194be316bf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# General package information
pkgname=wtwitch
-pkgver=1.6.1
+pkgver=1.6.2
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=("c4994644376043d39e5be8b72dae3a8630f3c3c4f5d30b3b82f5ca15aa7b48b7e0ef77911f3b5bc1edac18860a66c81cde5c1515b4d2ae667f84ae7f208ecb9a" "9ea716cdff6ab02ea4c9b3619fae1d4cb32535de3d3100861b3f8ed071309ec16121f0aae3a59a5a366af0fdcb88df78079261ef1e73b42b830441fc330a8654")
+sha512sums=("38f372812a9667f727ef6c3a26a280c80677c5fce69d5248ee8bb40ec114dec3e0c548db027f5745027667ec8229b5796564423353f200618b53696edf806c07" "21f4bd575a4488d79595e3293269afea7558660e73ddd12a0bf74d3493d1659f8456d84099907cfecdf99be04a422f46e03ff5f8f4380b51a8a0f07e37d0870f")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"