summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrasad Kumar2018-04-03 11:54:43 -0400
committerPrasad Kumar2018-04-03 11:54:43 -0400
commit51aef1089c798a8cc3bd8d11f38edd13344b8b0a (patch)
tree6ace4c4c508d902f65b6af15720584d098221547
parentb50c9221b274bfe4689c23a7ac05bfa1a7340009 (diff)
downloadaur-51aef1089c798a8cc3bd8d11f38edd13344b8b0a.tar.gz
Updated to v4.0.17
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bb452731b6b..5176a0f29335 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = stremio-beta
pkgdesc = Watch videos, movies, TV series and TV channels instantly. (Beta Version)
- pkgver = 4.0.10
- pkgrel = 2
+ pkgver = 4.0.17
+ pkgrel = 1
url = https://stremio.com
arch = x86_64
license = custom
makedepends = sed
provides = stremio-beta
options = !strip
- source = stremio-beta.appimage::https://dl.strem.io/linux/v4.0.10/Stremio+4.0.10.appimage
- sha512sums = 419db687b19ab52bb202ddb78e254a3117aa5acab54d362ff3c3c6efcc5c155a78ac5c8e943448d2819fc4156a3674deeedce222bdbc39abb5ffe1158387d3d7
+ source = stremio-beta.appimage::https://dl.strem.io/linux/v4.0.17/Stremio+4.0.17.appimage
+ sha512sums = 9928e719d57b4f33ecc32ffc9292340ebdcae516af072e53115e589612778697e65c5fd2d191b26e45e2f70bacdb5d4b270a05d9b7d2b625dca9c9c05bfe7652
pkgname = stremio-beta
diff --git a/PKGBUILD b/PKGBUILD
index fd74390a4d9f..bfaba1d86fb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Prasad Kumar
pkgname=stremio-beta
-pkgver=4.0.10
-pkgrel=2
+pkgver=4.0.17
+pkgrel=1
pkgdesc="Watch videos, movies, TV series and TV channels instantly. (Beta Version)"
arch=('x86_64')
url="https://stremio.com"
@@ -10,7 +10,7 @@ provides=('stremio-beta')
makedepends=('sed')
options=('!strip')
source=("${pkgname}.appimage::https://dl.strem.io/linux/v${pkgver}/Stremio+${pkgver}.appimage")
-sha512sums=('419db687b19ab52bb202ddb78e254a3117aa5acab54d362ff3c3c6efcc5c155a78ac5c8e943448d2819fc4156a3674deeedce222bdbc39abb5ffe1158387d3d7')
+sha512sums=('9928e719d57b4f33ecc32ffc9292340ebdcae516af072e53115e589612778697e65c5fd2d191b26e45e2f70bacdb5d4b270a05d9b7d2b625dca9c9c05bfe7652')
prepare() {
chmod +x ${pkgname}.appimage
@@ -32,10 +32,8 @@ package() {
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}/"
install -Dm755 stremio "${pkgdir}/opt/${pkgname}/"
install -Dm755 stremio.asar "${pkgdir}/opt/${pkgname}/"
- install -Dm755 'stremio web.sh' "${pkgdir}/opt/${pkgname}/"
ln -s /opt/${pkgname}/stremio "${pkgdir}"/usr/bin/stremio-beta
install -Dm644 stremio.desktop "$pkgdir/usr/share/applications/stremio-beta.desktop"