Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions srcpkgs/stremio-shell/template
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Template file for 'stremio-shell'
pkgname=stremio-shell
version=4.4.168
revision=2
_singleapplication_hash=e22a6bc235281152b0041ce39d4827b961b66ea6
version=4.4.183
revision=1
_serverjs_ver=4.4.172
_singleapplication_hash=aede311d28d20179216c5419b581087be2a8409f
_libmpv_hash=822a41a1087daf2911fc336fbd9509f962158fef
create_wrksrc=yes
build_style=qmake
Expand All @@ -19,13 +20,13 @@ homepage="https://www.stremio.com"
distfiles="https://github.com/Stremio/stremio-shell/archive/v${version}.tar.gz
https://github.com/itay-grudev/SingleApplication/archive/${_singleapplication_hash}.tar.gz
https://raw.githubusercontent.com/mpv-player/mpv/v0.32.0/libmpv/qthelper.hpp
https://dl.strem.io/four/v${version}/server.js
https://dl.strem.io/four/v${version}/stremio.asar"
checksum="764a181cc61189f0a7cff631dbc7398faf12eef33beeefb149ce5c504ab99998
ce2849e11977101c0102aff734adeea7ebd8c63e0f0ab86f8908a99b7cb69f1e
https://dl.strem.io/four/v${_serverjs_ver}/server.js
https://dl.strem.io/four/v${_serverjs_ver}/stremio.asar"
checksum="7f27d20ae64a3ef80cc528840030d341a8cd5da3da55a80931bb313a12a494f8
7b8a10a511b329e910ba428626e707576d312f522292acb7ee29d55db22546cc
86e1fcba6001829b7e23a856db84d01ebc76e63528f74064d7bc5705015a2684
683de7890a60ab512264b69c9c41609aa515f9b738aef18df4803ef53e17175d
de34860e99a78f37e8c5568e56e605bc04e1853d48d2102421fcf2331a42d207"
08d5510a771c3d07a8b1f9c0e521324551d6055b001c5a56c7a79e3e3e0474ef
a6cb74bd82323ecaa898323c0b710d4297ebad50dd4f2389d84b8426ef6d943a"
skip_extraction="server.js stremio.asar qthelper.hpp"

post_extract() {
Expand All @@ -39,7 +40,6 @@ post_extract() {
}

post_install() {

# Fix the bizarre locations
vmkdir usr/lib/stremio
mv "${DESTDIR}/usr/opt/stremio/stremio" "${DESTDIR}/usr/lib/stremio"
Expand All @@ -52,7 +52,7 @@ post_install() {
vmkdir usr/bin
ln -s /usr/lib/stremio/stremio "${DESTDIR}/usr/bin/stremio"

# Symlink node in the instalation directory
# Symlink node in the installation directory
ln -s /usr/bin/node "${DESTDIR}/usr/lib/stremio/node"

# Install icon
Expand Down