summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrob2uk2016-10-22 16:56:40 +0200
committerrob2uk2016-10-22 16:56:40 +0200
commit0da7d733e050ae876d47e9c69203f2e9e35e1b52 (patch)
tree395bdafb7250707c04f287d5f4bfe62e295c0b14
parent19cafeec0d9e0ce34e99751ca21bff76e085539b (diff)
downloadaur-0da7d733e050ae876d47e9c69203f2e9e35e1b52.tar.gz
First upload as maintainer. Long overdue update to 3.6.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7923d890839c..4db4ad426f58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stremio-beta
pkgdesc = Watch instantly all the video content you enjoy in one place.
- pkgver = 3.6.1
+ pkgver = 3.6.5
pkgrel = 1
url = https://strem.io
install = stremio-beta.install
@@ -8,11 +8,11 @@ pkgbase = stremio-beta
license = custom
depends = ffmpeg
depends = gconf
- source = http://dl.strem.io/Stremio3.6.1.linux.tar.gz
+ source = http://dl.strem.io/Stremio3.6.5.linux.tar.gz
source = https://strem.io/favicon-32x32.png
source = https://strem.io/favicon-96x96.png
source = stremio-beta.desktop
- md5sums = b96b2e0b4d068d4daf8bd339f4b40b0c
+ md5sums = 266a1ee67ea1d98830d6d37fa30abd93
md5sums = 17a3ae27d06908138317c3a9b8d03898
md5sums = e3b38592637449733618d73b45293b09
md5sums = a9381ff162484cd8c847eaa364e51e62
diff --git a/PKGBUILD b/PKGBUILD
index b6c739715a93..f69acc369d7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=stremio-beta
-pkgver=3.6.1
+pkgver=3.6.5
pkgrel=1
pkgdesc="Watch instantly all the video content you enjoy in one place."
arch=('x86_64')
@@ -12,7 +12,7 @@ source=("http://dl.strem.io/Stremio${pkgver}.linux.tar.gz"
"https://strem.io/favicon-32x32.png"
"https://strem.io/favicon-96x96.png"
"stremio-beta.desktop")
-md5sums=('b96b2e0b4d068d4daf8bd339f4b40b0c'
+md5sums=('266a1ee67ea1d98830d6d37fa30abd93'
'17a3ae27d06908138317c3a9b8d03898'
'e3b38592637449733618d73b45293b09'
'a9381ff162484cd8c847eaa364e51e62')
@@ -44,4 +44,4 @@ package() {
cp -pr locales "$pkgdir/usr/share/stremio-beta/"
cp -pr resources "$pkgdir/usr/share/stremio-beta/"
cp -pr WCjs "$pkgdir/usr/share/stremio-beta/"
-} \ No newline at end of file
+}