summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Goetschalckx2015-11-02 12:05:42 +0100
committerPieter Goetschalckx2015-11-02 12:05:42 +0100
commitc2d0c40f1a1074ee45fd8146c9b955d190d5ed41 (patch)
tree87f8155d87b0751ad99c2ea348f688f24d93b993
parent9363983482a04a75e0f2a3fb5f345ac06a91efa0 (diff)
downloadaur-c2d0c40f1a1074ee45fd8146c9b955d190d5ed41.tar.gz
Version 3.3.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8452cbbfb3d..74da75c2254a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = stremio-bin
pkgdesc = Watch instantly all the video content you enjoy in one place.
- pkgver = 3.2.2
+ pkgver = 3.3.1
pkgrel = 1
url = https://strem.io
install = stremio.install
arch = x86_64
license = custom
- source = https://strem.io/Stremio3.2.0.linux.tar.gz
- source = https://strem.io/Stremio3.2.2.asar.gz
+ depends = ffmpeg
+ source = https://strem.io/Stremio3.3.1.linux.tar.gz
source = https://strem.io/favicon-32x32.png
source = https://strem.io/favicon-96x96.png
source = stremio.desktop
- md5sums = 11981206cd3e4b477c1080ed52585c87
- md5sums = f75de8e063a860c3691d74f13efe5a35
+ md5sums = 2e7d4da7a8fd1cabd8e7cfd425448af0
md5sums = 17a3ae27d06908138317c3a9b8d03898
md5sums = e3b38592637449733618d73b45293b09
md5sums = 218fad56add848a58785d68dbfae02ae
diff --git a/PKGBUILD b/PKGBUILD
index e15cdc7a0f79..842c028b5c12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,28 +1,25 @@
# Maintainer: Pieter Goetschalckx <3.14.e.ter at gmail dot com>
pkgname=stremio-bin
-pkgver=3.2.2
-_basever=3.2.0
+pkgver=3.3.1
pkgrel=1
pkgdesc="Watch instantly all the video content you enjoy in one place."
arch=('x86_64')
url="https://strem.io"
+depends=('ffmpeg')
license=('custom')
install=stremio.install
-source=("https://strem.io/Stremio${_basever}.linux.tar.gz"
- "https://strem.io/Stremio${pkgver}.asar.gz"
+source=("https://strem.io/Stremio${pkgver}.linux.tar.gz"
"https://strem.io/favicon-32x32.png"
"https://strem.io/favicon-96x96.png"
"stremio.desktop")
-md5sums=('11981206cd3e4b477c1080ed52585c87'
- 'f75de8e063a860c3691d74f13efe5a35'
+md5sums=('2e7d4da7a8fd1cabd8e7cfd425448af0'
'17a3ae27d06908138317c3a9b8d03898'
'e3b38592637449733618d73b45293b09'
'218fad56add848a58785d68dbfae02ae')
prepare() {
sed -i "s#\$(dirname \$0)#/usr/share/stremio#" Stremio.sh
- mv "Stremio${pkgver}.asar" "resources/app.asar"
}
package() {