summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Peavey2021-10-27 21:24:54 -0700
committerHunter Peavey2021-10-27 21:24:54 -0700
commite194595e20c0c853373a18de9e44e60b560c2bee (patch)
treed67c8417f04edde76b3163d77bb80b1df4de02e8
parent0e3a6204490c455dd97ee7031f656a8208e8e6a9 (diff)
downloadaur-e194595e20c0c853373a18de9e44e60b560c2bee.tar.gz
Update AUR for 2.3.3
-rw-r--r--.SRCINFO10
-rw-r--r--CHANGELOG9
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f15752da969..5a2071a6bc4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wtwitch
pkgdesc = Terminal user interface for Twitch
- pkgver = 2.3.2
+ pkgver = 2.3.3
pkgrel = 1
url = https://github.com/krathalan/wtwitch
changelog = CHANGELOG
@@ -12,10 +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.3.2.tar.gz
- source = https://github.com/krathalan/wtwitch/releases/download/2.3.2/2.3.2.tar.gz.sig
+ source = https://github.com/krathalan/wtwitch/archive/refs/tags/2.3.3.tar.gz
+ source = https://github.com/krathalan/wtwitch/releases/download/2.3.3/2.3.3.tar.gz.sig
validpgpkeys = 0C6B73F391FA26F0EBCD1F75C0F9AEE56E47D174
- sha256sums = b53751886feee3174c2fdba20c67d408f939d0f0c4a5e2f1c6a889cc92a82bf0
- sha256sums = 44a13fcb6c3d3d96167d20b218344a26bd59f98d2450b1f77345150cdc8a01ff
+ sha256sums = c2aac8cca0acc2e8e5e89e91d94bcbb1c504af5f427f8fc2eda384e5380303b4
+ sha256sums = ab9731e26509e955da400dda3b69ba776a9b9ebc9141668d003284188782641b
pkgname = wtwitch
diff --git a/CHANGELOG b/CHANGELOG
index 5ffd51e2aaa5..7c627e64f9ee 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,8 @@
See the full changelog for all versions at:
https://github.com/krathalan/wtwitch/blob/master/FULLCHANGELOG
-2.3.2 (October 22, 2021)
- Fixed issue #2 (wrong command when using hyphens)
- Fixed issue #3 (vod titles cut off)
- Fixed issue #5 (added tab completion for vods)
+2.3.3 (October 27, 2021)
+ Added more German translations from incompetentcoder (PR#6)
+ Fixed an issue where wtwitch would not use the correct `date` command on non-GNU systems under certain circumstances
+ Using wtwitch on *BSD systems will now correctly require GNU date (`gdate`) to be installed
+ Updated man page to reflect code changes, other minor man page improvements
diff --git a/PKGBUILD b/PKGBUILD
index 5df392051017..df43173883a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# General package information
pkgname=wtwitch
-pkgver=2.3.2
+pkgver=2.3.3
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=("b53751886feee3174c2fdba20c67d408f939d0f0c4a5e2f1c6a889cc92a82bf0" "44a13fcb6c3d3d96167d20b218344a26bd59f98d2450b1f77345150cdc8a01ff")
+sha256sums=("c2aac8cca0acc2e8e5e89e91d94bcbb1c504af5f427f8fc2eda384e5380303b4" "ab9731e26509e955da400dda3b69ba776a9b9ebc9141668d003284188782641b")
build() {
cd "${srcdir}/${pkgname}-${pkgver}/src"