summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Peavey2020-03-07 11:38:29 -0800
committerHunter Peavey2020-03-07 11:38:29 -0800
commit86dc7a493438265d06238952974ee832fb8f9daa (patch)
treef36879b595947d768ab85416fe75fb362e9fe02f
parent63407821e636124c5f36c79ceddaab4bffff253f (diff)
downloadaur-86dc7a493438265d06238952974ee832fb8f9daa.tar.gz
Update AUR for 1.4.1 release
-rw-r--r--.SRCINFO10
-rw-r--r--CHANGELOG7
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f4162c9873b..1465d6635f22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wtwitch
pkgdesc = Terminal user interface for Twitch
- pkgver = 1.4.0
+ pkgver = 1.4.1
pkgrel = 1
url = https://git.sr.ht/~krathalan/wtwitch
changelog = CHANGELOG
@@ -12,11 +12,11 @@ pkgbase = wtwitch
depends = wget
optdepends = mpv: for watching streams
optdepends = vlc: for watching streams
- source = https://git.sr.ht/~krathalan/wtwitch/archive/1.4.0.tar.gz
- source = https://git.sr.ht/~krathalan/wtwitch/blob/master/signatures/1.4.0.tar.gz.sig
+ source = https://git.sr.ht/~krathalan/wtwitch/archive/1.4.1.tar.gz
+ source = https://git.sr.ht/~krathalan/wtwitch/blob/master/signatures/1.4.1.tar.gz.sig
validpgpkeys = 02AAA23ABDF1D538BD889D251AADE5E728FFC667
- sha256sums = c60196e60c98631bdd42cc1559d381fc20b6bad0a5f328b73311b2bed4bd2e04
- sha256sums = 247e7ca8e82795a08359e8f0f5d3d84a895550086916d77e39dd807b487141b0
+ sha256sums = 23305af21a14cf5f95c510b1039052b981327062ad6ace92dbaaedf9148fd7de
+ sha256sums = d7d8c9be0ad8ad6f8b941e3fac60d0c103cf92d431c7f2b11ed12534a9b58e99
pkgname = wtwitch
diff --git a/CHANGELOG b/CHANGELOG
index 5bb486036ebf..9e3f54c19eab 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -85,6 +85,9 @@
Reduced code duplication
1.4.0 (March 06, 2020)
- Add initial localization for German/Deutsch and Spanish/Español (user contributed translations welcome!)
+ Added initial localization for German/Deutsch and Spanish/Español (user contributed translations welcome!)
Dramatically sped up many features
- Code cleanup \ No newline at end of file
+ Code cleanup
+
+1.4.1 (March 07, 2020)
+ Fixed an issue where sometimes a streamer returned by the Twitch API would be null \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 41b30d580b43..f9dc9d19b57d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# General package information
pkgname=wtwitch
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc="Terminal user interface for Twitch"
url="https://git.sr.ht/~krathalan/wtwitch"
@@ -20,7 +20,7 @@ optdepends=('mpv: for watching streams'
_packagesig="${url}/blob/master/signatures/${pkgver}.tar.gz.sig"
source=("${url}/archive/${pkgver}.tar.gz" "${_packagesig}")
validpgpkeys=("02AAA23ABDF1D538BD889D251AADE5E728FFC667")
-sha256sums=("c60196e60c98631bdd42cc1559d381fc20b6bad0a5f328b73311b2bed4bd2e04" "247e7ca8e82795a08359e8f0f5d3d84a895550086916d77e39dd807b487141b0")
+sha256sums=("23305af21a14cf5f95c510b1039052b981327062ad6ace92dbaaedf9148fd7de" "d7d8c9be0ad8ad6f8b941e3fac60d0c103cf92d431c7f2b11ed12534a9b58e99")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"