summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec9749fafb99..b7b3bdbee6bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,8 @@ pkgbase = stremio-bin
license = custom
depends = ffmpeg
depends = gconf
+ depends = gtk2
+ depends = nss
source = https://strem.io/Stremio3.6.5.linux.tar.gz
source = https://strem.io/favicon-32x32.png
source = https://strem.io/favicon-96x96.png
diff --git a/PKGBUILD b/PKGBUILD
index 3d46f63bc9ea..327e54c23dd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Watch instantly all the video content you enjoy in one place."
arch=('x86_64')
url="https://strem.io"
-depends=('ffmpeg' 'gconf')
+depends=('ffmpeg' 'gconf' 'gtk2' 'nss')
license=('custom')
install=stremio.install
source=("https://strem.io/Stremio${pkgver}.linux.tar.gz"