summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Peavey2020-05-28 18:44:21 -0700
committerHunter Peavey2020-05-28 18:44:21 -0700
commitac3564343000a78bc584b10c1589b2f9e94089f9 (patch)
tree1023345e44cf40a7ea019a3c099ca48b458542e4
parent18c264bcab4a2bbf90425c7e015147232b0049f1 (diff)
downloadaur-ac3564343000a78bc584b10c1589b2f9e94089f9.tar.gz
Update AUR for 1.6.0 release
-rw-r--r--.SRCINFO10
-rw-r--r--CHANGELOG7
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96c67a0a6bee..20d581a25dd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wtwitch
pkgdesc = Terminal user interface for Twitch
- pkgver = 1.5.1
+ pkgver = 1.6.0
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.5.1.tar.gz
- source = https://git.sr.ht/~krathalan/wtwitch/blob/master/signatures/1.5.1.tar.gz.sig
+ source = https://git.sr.ht/~krathalan/wtwitch/archive/1.6.0.tar.gz
+ source = https://git.sr.ht/~krathalan/wtwitch/blob/master/signatures/1.6.0.tar.gz.sig
validpgpkeys = 02AAA23ABDF1D538BD889D251AADE5E728FFC667
- sha512sums = cfe37a721c3c632cfe12d53f3522964a632e13aa2eccf9223af353c54efbe98365c3b07ba92de7fb320e1083c207835a6acaa4419ffd76b79594f04e323c202a
- sha512sums = 077579f54f0c1aa74a0b5c49e2a9d7b3bde4c9224e3e617ddc80318de0486ba8e4b6acbb0cd432569d1bf317587c2fba35327ba92bd48d807e7863b5a67dbe33
+ sha512sums = 8a8cf7d1dbe363dce846d6f0112c18fb9637bc8bd8daf13f0b739cf54ccf9811ef7866f84ae71c797bf7ec14072b752a45e9a954981c4ff0717b6c0c6e54d984
+ sha512sums = 57e2ff82056ccce63021b13119f4b2fceaea044a2048871c4b266af11bcc38057c72a6373c5d8da91ce8b44e62926b7a91857d0a83dd86fc74502246686cc566
pkgname = wtwitch
diff --git a/CHANGELOG b/CHANGELOG
index 582100f86734..335795f41e96 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,6 @@
See the full changelog at
https://git.sr.ht/~krathalan/wtwitch/tree/master/FULLCHANGELOG
-1.4.1 (March 07, 2020)
- 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
@@ -15,3 +11,6 @@ https://git.sr.ht/~krathalan/wtwitch/tree/master/FULLCHANGELOG
1.5.1 (May 24, 2020)
Set OAuth token expiry for 1 day after acquisition
+
+1.6.0 (May 28, 2020)
+ Add French translation patch from Léo Villeveygoux
diff --git a/PKGBUILD b/PKGBUILD
index fd460f47540d..4d268fb4b190 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# General package information
pkgname=wtwitch
-pkgver=1.5.1
+pkgver=1.6.0
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")
-sha512sums=("cfe37a721c3c632cfe12d53f3522964a632e13aa2eccf9223af353c54efbe98365c3b07ba92de7fb320e1083c207835a6acaa4419ffd76b79594f04e323c202a" "077579f54f0c1aa74a0b5c49e2a9d7b3bde4c9224e3e617ddc80318de0486ba8e4b6acbb0cd432569d1bf317587c2fba35327ba92bd48d807e7863b5a67dbe33")
+sha512sums=("8a8cf7d1dbe363dce846d6f0112c18fb9637bc8bd8daf13f0b739cf54ccf9811ef7866f84ae71c797bf7ec14072b752a45e9a954981c4ff0717b6c0c6e54d984" "57e2ff82056ccce63021b13119f4b2fceaea044a2048871c4b266af11bcc38057c72a6373c5d8da91ce8b44e62926b7a91857d0a83dd86fc74502246686cc566")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"