summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Peavey2022-07-15 14:06:55 -0700
committerHunter Peavey2022-07-15 14:06:55 -0700
commit37f200feb0d965bd14ef3d52c243554b08c8a9b9 (patch)
treeb7861a59140f4ed6ac971ee043e63659ec150693
parent38a1978a69c2c5d6c76f05a2839307e69a0b51ea (diff)
downloadaur-37f200feb0d965bd14ef3d52c243554b08c8a9b9.tar.gz
Update AUR for 2.5.1
-rw-r--r--.SRCINFO10
-rw-r--r--CHANGELOG4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14fbbb2cc74d..19a2d4e0796d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wtwitch
pkgdesc = Terminal user interface for Twitch
- pkgver = 2.5.0
+ pkgver = 2.5.1
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.0.tar.gz
- source = https://github.com/krathalan/wtwitch/releases/download/2.5.0/2.5.0.tar.gz.sig
+ 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
validpgpkeys = 0C6B73F391FA26F0EBCD1F75C0F9AEE56E47D174
- sha256sums = fa134443fc69125b5f485419abbe974faa41a71f845cfaff3077eac2e79ba94a
- sha256sums = 5dabc812f64017ab8d50b142042cb5f6a9b590b1c6a71437dcbcd71498e93b65
+ sha256sums = c9bdb9a1e3658bdedce5836803f12d9ba630ec1c61ee8116e001b591c6746129
+ sha256sums = b6f1561130f4c621543f95999bf739e5b579af2d684c5c074556994c5df17f83
pkgname = wtwitch
diff --git a/CHANGELOG b/CHANGELOG
index faab0a88fa69..1a0dffb16821 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,5 @@
See the full changelog for all versions at:
https://github.com/krathalan/wtwitch/blob/master/FULLCHANGELOG
-2.5.0 (July 11, 2022)
- Added zsh completion file from michaeldxyz (PR#9)
+2.5.1 (July 15, 2022)
+ Added full command name completion to new zsh completion from elig0n (PR#10)
diff --git a/PKGBUILD b/PKGBUILD
index a60e336cbfe2..356a52e17ddc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# General package information
pkgname=wtwitch
-pkgver=2.5.0
+pkgver=2.5.1
pkgrel=1
pkgdesc="Terminal user interface for Twitch"
url="https://github.com/krathalan/wtwitch"
@@ -20,7 +20,7 @@ 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")
validpgpkeys=("0C6B73F391FA26F0EBCD1F75C0F9AEE56E47D174")
-sha256sums=("fa134443fc69125b5f485419abbe974faa41a71f845cfaff3077eac2e79ba94a" "5dabc812f64017ab8d50b142042cb5f6a9b590b1c6a71437dcbcd71498e93b65")
+sha256sums=("c9bdb9a1e3658bdedce5836803f12d9ba630ec1c61ee8116e001b591c6746129" "b6f1561130f4c621543f95999bf739e5b579af2d684c5c074556994c5df17f83")
build() {
cd "${srcdir}/${pkgname}-${pkgver}/src"