summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Peavey2023-05-03 11:34:47 -0700
committerHunter Peavey2023-05-03 11:34:47 -0700
commitea7f23915a877e1958646c9d7eee6f3738f63eff (patch)
treec3bca761034afef308b6c3de470a938ee97f0957
parentdad8624cc6f77e4dceb2310657c8a848e4325915 (diff)
downloadaur-ea7f23915a877e1958646c9d7eee6f3738f63eff.tar.gz
Update AUR for 2.6.2 release
-rw-r--r--.SRCINFO10
-rw-r--r--CHANGELOG5
-rw-r--r--PKGBUILD6
3 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18d34a8c3900..24921176b5cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wtwitch
pkgdesc = Terminal user interface for Twitch
- pkgver = 2.6.1
+ pkgver = 2.6.2
pkgrel = 1
url = https://github.com/krathalan/wtwitch
changelog = CHANGELOG
@@ -15,10 +15,10 @@ pkgbase = wtwitch
optdepends = vlc: for watching streams
optdepends = youtube-dl: for watching VODs
optdepends = yt-dlp: for watching VODs
- source = https://github.com/krathalan/wtwitch/archive/refs/tags/2.6.1.tar.gz
- source = https://github.com/krathalan/wtwitch/releases/download/2.6.1/2.6.1.tar.gz.sig
+ source = https://github.com/krathalan/wtwitch/archive/refs/tags/2.6.2.tar.gz
+ source = https://github.com/krathalan/wtwitch/releases/download/2.6.2/2.6.2.tar.gz.sig
validpgpkeys = 0C6B73F391FA26F0EBCD1F75C0F9AEE56E47D174
- sha256sums = 1a7f7a5a38506a5968ffeab21c13a2e5b5c5249b33d6891c2343a7894df0e266
- sha256sums = f44a8d5087ce034d6e8851b38adda3f8c58772e8e2e18d08ab7f35b11dcf2893
+ sha256sums = 2ca6e097006695076b52335e2fb5850af7444dcbeefa58887006a162e62b8f3f
+ sha256sums = 653386c0ad258a5bb563ea839d19f5ab64fcff5de7ed0135daa2c9908afba7fe
pkgname = wtwitch
diff --git a/CHANGELOG b/CHANGELOG
index 9ccc95364e3e..85ab280ab863 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,6 @@
See the full changelog for all versions at:
https://github.com/krathalan/wtwitch/blob/master/FULLCHANGELOG
-2.6.1 (February 05, 2023)
- Use a separate file for API token from ruitcatarino (PR#19)
+2.6.2 (May 03, 2023)
+ Fix issue #21 (subscribing to a substring of an already subscribed channel fails)
+ Attempt a fix for issue #20 (commands fail when the Twitch API returns a 401 "Invalid OAuth Token")
diff --git a/PKGBUILD b/PKGBUILD
index 99515da30e65..d7aca5fe032b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# General package information
pkgname=wtwitch
-pkgver=2.6.1
+pkgver=2.6.2
pkgrel=1
pkgdesc="Terminal user interface for Twitch"
url="https://github.com/krathalan/wtwitch"
@@ -22,8 +22,8 @@ optdepends=('fzf: for browsing and watching streams with fzf'
# Download information
source=("${url}/archive/refs/tags/${pkgver}.tar.gz"
"${url}/releases/download/${pkgver}/${pkgver}.tar.gz.sig")
-sha256sums=("1a7f7a5a38506a5968ffeab21c13a2e5b5c5249b33d6891c2343a7894df0e266"
- "f44a8d5087ce034d6e8851b38adda3f8c58772e8e2e18d08ab7f35b11dcf2893")
+sha256sums=("2ca6e097006695076b52335e2fb5850af7444dcbeefa58887006a162e62b8f3f"
+ "653386c0ad258a5bb563ea839d19f5ab64fcff5de7ed0135daa2c9908afba7fe")
validpgpkeys=("0C6B73F391FA26F0EBCD1F75C0F9AEE56E47D174")
build() {