summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2023-06-04 12:29:06 -0300
committerDaniel Bermond2023-06-04 12:29:06 -0300
commit66c131c9d02a2746b69f1830853f8fd25d31e3d7 (patch)
tree30a2785ea9ba86a2423a5941a3ac0a1d464bb0da
parent276e6d94f8be8cab2613e027ec1e5687d3d79c4f (diff)
downloadaur-66c131c9d02a2746b69f1830853f8fd25d31e3d7.tar.gz
Update to version 4.4.160
-rw-r--r--.SRCINFO14
-rw-r--r--010-stremio-do-not-download-server-js.patch2
-rw-r--r--PKGBUILD8
3 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffa79e9eba7d..27aeab39fc24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stremio
pkgdesc = A one-stop hub for video content aggregation (Movies, TV shows, series, live television or web channels)
- pkgver = 4.4.159
+ pkgver = 4.4.160
pkgrel = 1
url = https://www.stremio.com/
arch = x86_64
@@ -18,19 +18,19 @@ pkgbase = stremio
depends = qt5-quickcontrols2
depends = qt5-translations
depends = qt5-webchannel
- source = git+https://github.com/Stremio/stremio-shell.git#tag=v4.4.159
+ source = git+https://github.com/Stremio/stremio-shell.git#tag=v4.4.160
source = git+https://github.com/Ivshti/libmpv.git
source = git+https://github.com/itay-grudev/SingleApplication.git
source = git+https://github.com/Ivshti/razerchroma.git
- source = stremio-4.4.159-server.js::https://dl.strem.io/four/v4.4.159/server.js
- source = stremio-4.4.159-stremio.asar::https://dl.strem.io/four/v4.4.159/stremio.asar
+ source = stremio-4.4.160-server.js::https://dl.strem.io/four/v4.4.160/server.js
+ source = stremio-4.4.160-stremio.asar::https://dl.strem.io/four/v4.4.160/stremio.asar
source = 010-stremio-do-not-download-server-js.patch
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = c31c98fe4cd8158523c45685ba2a949cffd3fc0f06dffef66797d07e3a2bbbee
- sha256sums = d01ba5d69cf0e94f3d44c8e4ed5b10eaab67e83398a7d86f86f378ade59cf8f9
- sha256sums = d1702ebfa92b55c26331e26ff50b5240c8bf69b0edfd6b7b78ef2da257a864d4
+ sha256sums = 3088ef4dfb26426cca5d54386a65066d07a20b5c7729742e30522cd96d2786e8
+ sha256sums = b253331df5aef953208691e5bece1e33c8e9705c981979d9392052356c1eb352
+ sha256sums = b5eff88b30d8c6030e36ca4949ebf6ff9515efbedc0b9bc748110cd1fbc0671a
pkgname = stremio
diff --git a/010-stremio-do-not-download-server-js.patch b/010-stremio-do-not-download-server-js.patch
index 6bd30b9ca250..1beffd79e58b 100644
--- a/010-stremio-do-not-download-server-js.patch
+++ b/010-stremio-do-not-download-server-js.patch
@@ -14,7 +14,7 @@
cd "$@" && printf 16,22,24,32,64,128 | xargs -I^ -d, sh -c 'rsvg-convert ../images/stremio.svg -w ^ -o smartcode-stremio_^.png && rsvg-convert ../images/stremio_tray_white.svg -w ^ -o smartcode-stremio-tray_^.png'
-${SERVER_JS}:
-- wget "https://s3-eu-west-1.amazonaws.com/stremio-artifacts/four/v$(shell ./dist-utils/common/get-version.sh)/server.js" -qO ${SERVER_JS} || rm ${SERVER_JS}
+- wget "${shell cat server-url.txt}" -qO ${SERVER_JS} || rm ${SERVER_JS}
-
${STREMIO_BIN}:
mkdir -p ${BUILD_DIR}
diff --git a/PKGBUILD b/PKGBUILD
index 193ecad6387c..68dda022c7d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=stremio
-pkgver=4.4.159
+pkgver=4.4.160
pkgrel=1
pkgdesc='A one-stop hub for video content aggregation (Movies, TV shows, series, live television or web channels)'
arch=('x86_64')
@@ -21,9 +21,9 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'c31c98fe4cd8158523c45685ba2a949cffd3fc0f06dffef66797d07e3a2bbbee'
- 'd01ba5d69cf0e94f3d44c8e4ed5b10eaab67e83398a7d86f86f378ade59cf8f9'
- 'd1702ebfa92b55c26331e26ff50b5240c8bf69b0edfd6b7b78ef2da257a864d4')
+ '3088ef4dfb26426cca5d54386a65066d07a20b5c7729742e30522cd96d2786e8'
+ 'b253331df5aef953208691e5bece1e33c8e9705c981979d9392052356c1eb352'
+ 'b5eff88b30d8c6030e36ca4949ebf6ff9515efbedc0b9bc748110cd1fbc0671a')
prepare() {
git -C stremio-shell submodule init