summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Peavey2020-03-19 21:30:35 -0700
committerHunter Peavey2020-03-19 21:30:35 -0700
commit26d70466e521738cd5535d25072949f1e34e0979 (patch)
tree403a6ffcd04c9f49674cfd9b18dfcaad96c0c8c2
parent86dc7a493438265d06238952974ee832fb8f9daa (diff)
downloadaur-26d70466e521738cd5535d25072949f1e34e0979.tar.gz
Update AUR for 1.4.2 release
-rw-r--r--.SRCINFO10
-rw-r--r--CHANGELOG81
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 83 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1465d6635f22..f5baebb3f54b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wtwitch
pkgdesc = Terminal user interface for Twitch
- pkgver = 1.4.1
+ pkgver = 1.4.2
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.1.tar.gz
- source = https://git.sr.ht/~krathalan/wtwitch/blob/master/signatures/1.4.1.tar.gz.sig
+ source = https://git.sr.ht/~krathalan/wtwitch/archive/1.4.2.tar.gz
+ source = https://git.sr.ht/~krathalan/wtwitch/blob/master/signatures/1.4.2.tar.gz.sig
validpgpkeys = 02AAA23ABDF1D538BD889D251AADE5E728FFC667
- sha256sums = 23305af21a14cf5f95c510b1039052b981327062ad6ace92dbaaedf9148fd7de
- sha256sums = d7d8c9be0ad8ad6f8b941e3fac60d0c103cf92d431c7f2b11ed12534a9b58e99
+ sha512sums = 287250207bc705e99a18a6eeb97bdfa72c67e6847b4640fa7847424031e77416515afcafaf13c04c7212bf0b29d1efb5812b2e5d6c68b5a1aa772eb21431fbb2
+ sha512sums = ec6911f59a0b412db323d0433b1176479a17caf684af2423a037d4e0f6683079545ad6e504fa66eee215ee2dd21a61c762e23f184ba0cad5158fd634a2f8ee1a
pkgname = wtwitch
diff --git a/CHANGELOG b/CHANGELOG
index 9e3f54c19eab..6941440a47da 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,78 +1,4 @@
-1.0.0-1 (June 22, 2019)
- First release
-
-1.0.0-2 (June 22, 2019)
- Added missing Twitch API key
-
-1.0.1-1 (June 22, 2019)
- Added patch from nycko123 that fixes the check option (-c,--check) for locales other than en-US (https://gitlab.com/krathalan/wtwitch/issues/1)
-
-1.0.1-2 (June 23, 2019)
- Fixed typo and embolden options in examples in man page
-
-1.0.2-1 (June 23, 2019)
- Added wayland support for mpv
- Fixed reverted locale patch
-
-1.0.3-1 (June 27, 2019)
- Fixed bug where jq would try to write to a nonexistent config file
-
-1.0.4-1 (August 21, 2019)
- Moved to new Twitch API (helix) as old API (kraken) is being shut down
-
-1.0.5-1 (September 08, 2019)
- Fixed an issue where wtwitch would not approve subscriptions to offline streamers (an issue with the new Twitch API!) (https://gitlab.com/krathalan/wtwitch/issues/3)
-
-1.0.6-1 (September 09, 2019)
- Added debug option (-d)
- Updated man page
-
-1.0.7-1 (October 08, 2019)
- Added version (`-v`,`--version`) flag to display current version of wtwitch
- Changed format of man page from asciidoc to scdoc
- Updated man page
-
-1.0.7-2 (October 09, 2019)
- Added CHANGELOG to AUR releases
-
-1.0.8-1 (October 17, 2019)
- Added toggle colors (`-l`,`--toggle-colors`) flag to turn colored output on or off
- Updated man page
-
-1.0.9-1 (October 17, 2019)
- Updated changelog styling (minor)
- Updated man page
-
-1.1.0-1 (October 19, 2019)
- Fixed an issue where wtwitch would not function if the ~/.config/ dir didn't exist
- Added "audio_only" as an acceptable quality
- Improved functionality of (-h,--help) feature for systems without man page
- Improved information output of debug (-d) feature
- Change AUR package to build (man page) from source and remove make_release_files.sh
- Drop "v" prefix from tags
-
-1.1.1-1 (November 02, 2019)
- Change upstream to https://sourcehut.org/
- Debugging feature now works with "no option" option, i.e. opening a stream
- Add matching long --debug flag for existing short -d flag
- Code cleanup
-
-1.1.2-1 (November 22, 2019)
- Made subscribe function slightly faster
-
-1.1.3-1 (November 22, 2019)
- Fix missing version bump in 1.1.2
-
-1.1.4-1 (December 07, 2019)
- Update -g and -t options to list everything at once like the -c option, instead of listing lines one by one
-
-1.1.4-2 (December 07, 2019)
- Add mpv and vlc to optdepends
-
-1.1.6-1 (December 20, 2019)
- Skipped 1.1.5 due to versioning issues
- Fix some formatting and reorganize man page
- Add error message for games with zero streamers
+See the full changelog at https://git.sr.ht/~krathalan/wtwitch/tree/master/FULLCHANGELOG
1.2.0 (February 08, 2020)
Dramatically reduced the number of Twitch API calls with the -c,--check option
@@ -90,4 +16,7 @@
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
+ Fixed an issue where sometimes a streamer returned by the Twitch API would be null
+
+1.4.2 (March 19, 2020)
+ Fixed an "unbound variable" issue when a user had no subscriptions
diff --git a/PKGBUILD b/PKGBUILD
index f9dc9d19b57d..f0038ac165e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# General package information
pkgname=wtwitch
-pkgver=1.4.1
+pkgver=1.4.2
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=("23305af21a14cf5f95c510b1039052b981327062ad6ace92dbaaedf9148fd7de" "d7d8c9be0ad8ad6f8b941e3fac60d0c103cf92d431c7f2b11ed12534a9b58e99")
+sha512sums=("287250207bc705e99a18a6eeb97bdfa72c67e6847b4640fa7847424031e77416515afcafaf13c04c7212bf0b29d1efb5812b2e5d6c68b5a1aa772eb21431fbb2" "ec6911f59a0b412db323d0433b1176479a17caf684af2423a037d4e0f6683079545ad6e504fa66eee215ee2dd21a61c762e23f184ba0cad5158fd634a2f8ee1a")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"