summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob2017-04-14 13:49:24 +0000
committerRob2017-04-14 13:49:24 +0000
commit982f79e0fdd7315963ad2ffd9c64ab5277e1867b (patch)
treef3170af30e48219064739c9cad1b652dde94c3e3
parentf3df557ecbff49c21958d870672caa18759e1aca (diff)
downloadaur-stremio-bin.tar.gz
added gtk2 and nss dependencies
-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"