summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Peavey2022-09-12 14:37:31 -0700
committerHunter Peavey2022-09-12 14:37:31 -0700
commit71b112b509b1dc345b53df4c6a148351010716bf (patch)
tree4e775090b55eede99f9af3eb165ffbbe3a63c5d5
parent37f200feb0d965bd14ef3d52c243554b08c8a9b9 (diff)
downloadaur-71b112b509b1dc345b53df4c6a148351010716bf.tar.gz
Update AUR for 2.6.0 release
-rw-r--r--.SRCINFO10
-rw-r--r--CHANGELOG5
-rw-r--r--PKGBUILD8
3 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19a2d4e0796d..9edfd7316937 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wtwitch
pkgdesc = Terminal user interface for Twitch
- pkgver = 2.5.1
+ pkgver = 2.6.0
pkgrel = 1
url = https://github.com/krathalan/wtwitch
changelog = CHANGELOG
@@ -13,10 +13,10 @@ pkgbase = wtwitch
optdepends = fzf: for browsing and watching streams with fzf
optdepends = mpv: for watching streams
optdepends = vlc: for watching streams
- source = https://github.com/krathalan/wtwitch/archive/refs/tags/2.5.1.tar.gz
- source = https://github.com/krathalan/wtwitch/releases/download/2.5.1/2.5.1.tar.gz.sig
+ source = https://github.com/krathalan/wtwitch/archive/refs/tags/2.6.0.tar.gz
+ source = https://github.com/krathalan/wtwitch/releases/download/2.6.0/2.6.0.tar.gz.sig
validpgpkeys = 0C6B73F391FA26F0EBCD1F75C0F9AEE56E47D174
- sha256sums = c9bdb9a1e3658bdedce5836803f12d9ba630ec1c61ee8116e001b591c6746129
- sha256sums = b6f1561130f4c621543f95999bf739e5b579af2d684c5c074556994c5df17f83
+ sha256sums = c3f3e81059ddb2c642ade6cdd940a911f02c39812c0bbaa343c3d0200be82965
+ sha256sums = 60f41237a120c8d599bdf1c051881a2a259944253d7d72d86ac3ce9743a24024
pkgname = wtwitch
diff --git a/CHANGELOG b/CHANGELOG
index 1a0dffb16821..c14517034374 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.5.1 (July 15, 2022)
- Added full command name completion to new zsh completion from elig0n (PR#10)
+2.6.0 (September 12, 2022)
+ If custom title is set in streamlink config, set it as mpv window title from michaeldxyz (PR#15)
+ Show streamer names as formatted in Twitch chat from michaeldxyz (PR#16)
diff --git a/PKGBUILD b/PKGBUILD
index 356a52e17ddc..c4a5d8603d18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# General package information
pkgname=wtwitch
-pkgver=2.5.1
+pkgver=2.6.0
pkgrel=1
pkgdesc="Terminal user interface for Twitch"
url="https://github.com/krathalan/wtwitch"
@@ -18,9 +18,11 @@ optdepends=('fzf: for browsing and watching streams with fzf'
'vlc: for watching streams')
# Download information
-source=("${url}/archive/refs/tags/${pkgver}.tar.gz" "${url}/releases/download/${pkgver}/${pkgver}.tar.gz.sig")
+source=("${url}/archive/refs/tags/${pkgver}.tar.gz"
+ "${url}/releases/download/${pkgver}/${pkgver}.tar.gz.sig")
+sha256sums=("c3f3e81059ddb2c642ade6cdd940a911f02c39812c0bbaa343c3d0200be82965"
+ "60f41237a120c8d599bdf1c051881a2a259944253d7d72d86ac3ce9743a24024")
validpgpkeys=("0C6B73F391FA26F0EBCD1F75C0F9AEE56E47D174")
-sha256sums=("c9bdb9a1e3658bdedce5836803f12d9ba630ec1c61ee8116e001b591c6746129" "b6f1561130f4c621543f95999bf739e5b579af2d684c5c074556994c5df17f83")
build() {
cd "${srcdir}/${pkgname}-${pkgver}/src"