summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbastimeyer2024-05-06 15:37:25 +0200
committerbastimeyer2024-05-06 15:37:25 +0200
commit09ff0ea7d4d30ebe98556c510f8fcbd05774d562 (patch)
tree162d0f68ef8b18d4068629dd55b330370b03f221
parent3561e5477ca27acadb58650a2efb5b75ff1b35a9 (diff)
downloadaur-09ff0ea7d4d30ebe98556c510f8fcbd05774d562.tar.gz
v2.5.1
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD13
2 files changed, 16 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93cdc4103865..12961f51eccd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = streamlink-twitch-gui
pkgdesc = A multi platform Twitch.tv browser for Streamlink
- pkgver = 2.5.0
+ pkgver = 2.5.1
pkgrel = 1
url = https://github.com/streamlink/streamlink-twitch-gui
arch = i686
@@ -13,14 +13,14 @@ pkgbase = streamlink-twitch-gui
depends = libxss
depends = nss
depends = streamlink
- noextract = nwjs-0.87.0-linux32.tar.gz
- noextract = nwjs-0.87.0-linux64.tar.gz
+ noextract = nwjs-0.82.0-linux32.tar.gz
+ noextract = nwjs-0.82.0-linux64.tar.gz
options = !strip
- source = streamlink-twitch-gui-2.5.0.tar.gz::https://github.com/streamlink/streamlink-twitch-gui/archive/refs/tags/v2.5.0.tar.gz
- sha256sums = 440606e480e5e5fb326479c2d051562a2203183699fa45e2ab4e012ce0664682
- source_i686 = nwjs-0.87.0-linux32.tar.gz::https://dl.nwjs.io/v0.87.0/nwjs-v0.87.0-linux-ia32.tar.gz
- sha256sums_i686 = 131c73cc4ad3dc6048d722d8c9ca230e4cca67656ebec3a36a29e04222b52b0c
- source_x86_64 = nwjs-0.87.0-linux64.tar.gz::https://dl.nwjs.io/v0.87.0/nwjs-v0.87.0-linux-x64.tar.gz
- sha256sums_x86_64 = b4a9b769395f3ee7af763a85144554ea7bc88b1a010d472724f1723b53cd46a1
+ source = streamlink-twitch-gui-2.5.1.tar.gz::https://github.com/streamlink/streamlink-twitch-gui/archive/refs/tags/v2.5.1.tar.gz
+ sha256sums = a7ea3f817d6569b20f531c371e76d8db1d08608ef4945b0bae0b98ae30135391
+ source_i686 = nwjs-0.82.0-linux32.tar.gz::https://dl.nwjs.io/v0.82.0/nwjs-v0.82.0-linux-ia32.tar.gz
+ sha256sums_i686 = a40e77f80f84b52ee6eb4dba8cf942def1716f68a1792e297832453644007ffb
+ source_x86_64 = nwjs-0.82.0-linux64.tar.gz::https://dl.nwjs.io/v0.82.0/nwjs-v0.82.0-linux-x64.tar.gz
+ sha256sums_x86_64 = 8518a1f28f2105b60111eb3767ad8f48c202ef6d122d16b7b76acbff92da2401
pkgname = streamlink-twitch-gui
diff --git a/PKGBUILD b/PKGBUILD
index 35b1308aeb42..5a27f970e32d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Sebastian Meyer <mail@bastimeyer.de>
+# maintained at https://github.com/streamlink/streamlink-twitch-gui-aur
pkgname=streamlink-twitch-gui
-pkgver=2.5.0
+pkgver=2.5.1
pkgrel=1
pkgdesc="A multi platform Twitch.tv browser for Streamlink"
arch=("i686" "x86_64")
@@ -11,16 +12,16 @@ depends=("alsa-lib" "gtk3" "libxss" "nss" "streamlink")
makedepends=("nodejs" "yarn")
options=(!strip)
-# https://github.com/streamlink/streamlink-twitch-gui/blob/v2.5.0/src/config/main.json#L4
-_nwjs=0.87.0
+# https://github.com/streamlink/streamlink-twitch-gui/blob/v2.5.1/src/config/main.json#L4
+_nwjs=0.82.0
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/streamlink/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
source_i686=("nwjs-${_nwjs}-linux32.tar.gz::https://dl.nwjs.io/v${_nwjs}/nwjs-v${_nwjs}-linux-ia32.tar.gz")
source_x86_64=("nwjs-${_nwjs}-linux64.tar.gz::https://dl.nwjs.io/v${_nwjs}/nwjs-v${_nwjs}-linux-x64.tar.gz")
noextract=("nwjs-${_nwjs}-linux"{32,64}".tar.gz")
-sha256sums=('440606e480e5e5fb326479c2d051562a2203183699fa45e2ab4e012ce0664682')
+sha256sums=('a7ea3f817d6569b20f531c371e76d8db1d08608ef4945b0bae0b98ae30135391')
# https://dl.nwjs.io/${_nwjs}/SHASUMS256.txt{,.asc} (1E8BEE8D5B0C4CBCD6D19E2678680FA9E21BB40A - Roger Wang <roger@nwjs.io>)
-sha256sums_i686=('131c73cc4ad3dc6048d722d8c9ca230e4cca67656ebec3a36a29e04222b52b0c')
-sha256sums_x86_64=('b4a9b769395f3ee7af763a85144554ea7bc88b1a010d472724f1723b53cd46a1')
+sha256sums_i686=('a40e77f80f84b52ee6eb4dba8cf942def1716f68a1792e297832453644007ffb')
+sha256sums_x86_64=('8518a1f28f2105b60111eb3767ad8f48c202ef6d122d16b7b76acbff92da2401')
[[ "${CARCH}" == "x86_64" ]] && _arch=linux64 || _arch=linux32