summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Peavey2021-06-26 17:37:26 -0700
committerHunter Peavey2021-06-26 17:37:26 -0700
commit8c2695553c50ce1ee6cce8955c6f4e672c576a59 (patch)
tree8e5ee2c01bf3ada250f621069e4edb0d1775c7cb
parentc5166d3a927fbb6f939cd9befd6aefb923ba6325 (diff)
downloadaur-8c2695553c50ce1ee6cce8955c6f4e672c576a59.tar.gz
Update AUR for 2.3.0
-rw-r--r--.SRCINFO11
-rw-r--r--CHANGELOG23
-rw-r--r--PKGBUILD4
3 files changed, 16 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aeb38298f1d4..d032b4185320 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wtwitch
pkgdesc = Terminal user interface for Twitch
- pkgver = 2.2.4
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/krathalan/wtwitch
changelog = CHANGELOG
@@ -12,11 +12,10 @@ pkgbase = wtwitch
depends = streamlink
optdepends = mpv: for watching streams
optdepends = vlc: for watching streams
- source = https://github.com/krathalan/wtwitch/archive/refs/tags/2.2.4.tar.gz
- source = https://github.com/krathalan/wtwitch/releases/download/2.2.4/2.2.4.tar.gz.sig
+ source = https://github.com/krathalan/wtwitch/archive/refs/tags/2.3.0.tar.gz
+ source = https://github.com/krathalan/wtwitch/releases/download/2.3.0/2.3.0.tar.gz.sig
validpgpkeys = 0C6B73F391FA26F0EBCD1F75C0F9AEE56E47D174
- sha256sums = 549d991d023b0bc61acbafa9805bf95a131637e33e4c8db085ef1480c7566fa0
- sha256sums = 96c8fd3de256a8c730c93d841323990ec021d1e40d04d8f4e024850a8ccf25f6
+ sha256sums = e69ff7ec24c56b90239e9ad644c92fefea0327538abbbbd3bd5ad47daab6bcff
+ sha256sums = bd590ca93fce702c1cd9bc49e3d7f0c0b66312deedff933f9a9a7a3d6368e663
pkgname = wtwitch
-
diff --git a/CHANGELOG b/CHANGELOG
index 54804e1ea47c..143d1c4153b3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,16 +1,11 @@
-See the full changelog at
+See the full changelog for all versions at:
https://github.com/krathalan/wtwitch/blob/master/FULLCHANGELOG
-2.2.1 (February 6, 2021)
- Fixed a bug with [w] tab completion where offline streamers were being recommended
-
-2.2.2 (May 12, 2021)
- Updated links to Github
- Fixed minor shellcheck warnings
-
-2.2.3 (May 20, 2021)
- Fixed an issue where ampersands (&) in queries (e.g. "wtwitch g 'dungeons & dragons online'") would not resolve correctly in the Twitch API
- https://github.com/krathalan/wtwitch/issues/1
-
-2.2.4 (May 20, 2021)
- Fixed scdoc error
+2.3.0 (June 26, 2021)
+ Added command to show and watch VODs from a streamer
+ To list VODs: wtwitch v [streamer]
+ To watch a VOD: wtwitch v [streamer] [number to watch]
+ Previously 'wtwitch v' would ouptut the wtwitch version.
+ Now, use 'wtwitch version' to print the version.
+ Added pagination to "wtwitch g" command to let you browse more streamers
+ Added more French translations from Léo Villeveygoux
diff --git a/PKGBUILD b/PKGBUILD
index 312f4ecfabf4..d24b5f5d6f63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# General package information
pkgname=wtwitch
-pkgver=2.2.4
+pkgver=2.3.0
pkgrel=1
pkgdesc="Terminal user interface for Twitch"
url="https://github.com/krathalan/wtwitch"
@@ -19,7 +19,7 @@ optdepends=('mpv: for watching streams'
# Download information
source=("${url}/archive/refs/tags/${pkgver}.tar.gz" "${url}/releases/download/${pkgver}/${pkgver}.tar.gz.sig")
validpgpkeys=("0C6B73F391FA26F0EBCD1F75C0F9AEE56E47D174")
-sha256sums=("549d991d023b0bc61acbafa9805bf95a131637e33e4c8db085ef1480c7566fa0" "96c8fd3de256a8c730c93d841323990ec021d1e40d04d8f4e024850a8ccf25f6")
+sha256sums=("e69ff7ec24c56b90239e9ad644c92fefea0327538abbbbd3bd5ad47daab6bcff" "bd590ca93fce702c1cd9bc49e3d7f0c0b66312deedff933f9a9a7a3d6368e663")
build() {
cd "${srcdir}/${pkgname}-${pkgver}/src"