summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbastimeyer2022-09-16 19:31:34 +0200
committerbastimeyer2022-09-16 19:31:34 +0200
commitb43ddd22c35c458aad728af049ddbb8379a8f292 (patch)
treef0f5426918546bef27cf212eecc17aa732c4dbf2
parent2316c356a11f62a8b7489d2b401cc0eea781659c (diff)
downloadaur-b43ddd22c35c458aad728af049ddbb8379a8f292.tar.gz
v2.2.0
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD14
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00a575745f32..ddc158b9c155 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = streamlink-twitch-gui
pkgdesc = A multi platform Twitch.tv browser for Streamlink
- pkgver = 2.1.0
- pkgrel = 2
+ pkgver = 2.2.0
+ pkgrel = 1
url = https://github.com/streamlink/streamlink-twitch-gui
arch = i686
arch = x86_64
@@ -13,14 +13,14 @@ pkgbase = streamlink-twitch-gui
depends = libxss
depends = nss
depends = streamlink
- noextract = nwjs-0.64.1-linux32.tar.gz
- noextract = nwjs-0.64.1-linux64.tar.gz
+ noextract = nwjs-0.68.1-linux32.tar.gz
+ noextract = nwjs-0.68.1-linux64.tar.gz
options = !strip
- source = streamlink-twitch-gui-2.1.0.tar.gz::https://github.com/streamlink/streamlink-twitch-gui/archive/refs/tags/v2.1.0.tar.gz
- sha256sums = ac8f1f616c2e375ca385478d1894104069f1fae0729735fa8d6c5a2280534a2b
- source_i686 = nwjs-0.64.1-linux32.tar.gz::https://dl.nwjs.io/v0.64.1/nwjs-v0.64.1-linux-ia32.tar.gz
- sha256sums_i686 = 794e2f86ffaca86b7515afd829e58764189451a31e033bac3cfd3179a66b7632
- source_x86_64 = nwjs-0.64.1-linux64.tar.gz::https://dl.nwjs.io/v0.64.1/nwjs-v0.64.1-linux-x64.tar.gz
- sha256sums_x86_64 = 69de613a1310bbc502b1f63a326908b156ec41df6764223175298819e7b0cd57
+ source = streamlink-twitch-gui-2.2.0.tar.gz::https://github.com/streamlink/streamlink-twitch-gui/archive/refs/tags/v2.2.0.tar.gz
+ sha256sums = 6fc1b22d61a64849001619199dde48dc12f6a4e42e86fa67c876f3d7f61c215b
+ source_i686 = nwjs-0.68.1-linux32.tar.gz::https://dl.nwjs.io/v0.68.1/nwjs-v0.68.1-linux-ia32.tar.gz
+ sha256sums_i686 = ba51fd9ee80c358d6dcf8a3219514a91e2ecdba115f0da1d7a1869038558656d
+ source_x86_64 = nwjs-0.68.1-linux64.tar.gz::https://dl.nwjs.io/v0.68.1/nwjs-v0.68.1-linux-x64.tar.gz
+ sha256sums_x86_64 = 338164faa548e1f4d32c24d20cef2c6106ba17eb16825521953696e7fcf2b568
pkgname = streamlink-twitch-gui
diff --git a/PKGBUILD b/PKGBUILD
index 28c9eb302830..0aedc34ec64e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sebastian Meyer <mail@bastimeyer.de>
pkgname=streamlink-twitch-gui
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
pkgdesc="A multi platform Twitch.tv browser for Streamlink"
arch=("i686" "x86_64")
url="https://github.com/streamlink/streamlink-twitch-gui"
@@ -11,16 +11,16 @@ depends=("alsa-lib" "gtk3" "libxss" "nss" "streamlink")
makedepends=("nodejs" "yarn")
options=(!strip)
-# https://github.com/streamlink/streamlink-twitch-gui/blob/v2.1.0/src/config/main.json#L4
-_nwjs=0.64.1
+# https://github.com/streamlink/streamlink-twitch-gui/blob/v2.2.0/src/config/main.json#L4
+_nwjs=0.68.1
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=('ac8f1f616c2e375ca385478d1894104069f1fae0729735fa8d6c5a2280534a2b')
+sha256sums=('6fc1b22d61a64849001619199dde48dc12f6a4e42e86fa67c876f3d7f61c215b')
# https://dl.nwjs.io/${_nwjs}/SHASUMS256.txt{,.asc} (1E8BEE8D5B0C4CBCD6D19E2678680FA9E21BB40A - Roger Wang <roger@nwjs.io>)
-sha256sums_i686=('794e2f86ffaca86b7515afd829e58764189451a31e033bac3cfd3179a66b7632')
-sha256sums_x86_64=('69de613a1310bbc502b1f63a326908b156ec41df6764223175298819e7b0cd57')
+sha256sums_i686=('ba51fd9ee80c358d6dcf8a3219514a91e2ecdba115f0da1d7a1869038558656d')
+sha256sums_x86_64=('338164faa548e1f4d32c24d20cef2c6106ba17eb16825521953696e7fcf2b568')
[[ "${CARCH}" == "x86_64" ]] && _arch=linux64 || _arch=linux32