summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrasad Kumar2018-03-01 09:36:53 -0500
committerPrasad Kumar2018-03-01 09:36:53 -0500
commit58fe97b65e5110c9e3d382e2917a2df891c5a307 (patch)
tree821207ca709328e5d0b143430fb2f1ea14695830
parentca84c158cfeaaab82d2a8bf47a7236b45cc745a8 (diff)
downloadaur-58fe97b65e5110c9e3d382e2917a2df891c5a307.tar.gz
Fixed 'Error in connection establishment'
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--stremio-beta.desktop9
-rw-r--r--stremio-beta.install12
4 files changed, 3 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb13695e276b..90adbdc5860c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stremio-beta
pkgdesc = Watch videos, movies, TV series and TV channels instantly. (Beta Version)
pkgver = 4.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://stremio.com
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 10571c277eec..cb3637a3232e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Prasad Kumar
pkgname=stremio-beta
pkgver=4.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Watch videos, movies, TV series and TV channels instantly. (Beta Version)"
arch=('x86_64')
url="https://stremio.com"
@@ -28,7 +28,7 @@ package() {
cp -r "qml" "${pkgdir}/opt/${pkgname}/"
cp -r "resources" "${pkgdir}/opt/${pkgname}/"
cp -r "translations" "${pkgdir}/opt/${pkgname}/"
- install -Dm644 node "${pkgdir}/opt/${pkgname}/"
+ install -Dm755 node "${pkgdir}/opt/${pkgname}/"
install -Dm644 qt.conf "${pkgdir}/opt/${pkgname}/"
install -Dm644 server.js "${pkgdir}/opt/${pkgname}/"
install -Dm644 start-linux.sh "${pkgdir}/opt/${pkgname}/"
diff --git a/stremio-beta.desktop b/stremio-beta.desktop
deleted file mode 100644
index a04b860c0489..000000000000
--- a/stremio-beta.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Stremio-beta
-GenericName=Media Center
-Comment=Watch instantly all the video content you enjoy in one place
-Icon=stremio-beta
-TryExec=stremio-beta
-Exec=stremio-beta
-Categories=AudioVideo;Video;Player;
diff --git a/stremio-beta.install b/stremio-beta.install
deleted file mode 100644
index 5bca2b7ee8ee..000000000000
--- a/stremio-beta.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}