summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Borisov2019-01-16 10:21:24 +0200
committerVladimir Borisov2019-01-16 10:21:24 +0200
commit6b26f99c47fdd8db5c9f67259193cc4f3de46401 (patch)
tree98f5e199c92a3ce3ab58aaa4c1a57799a9b138f8
parent41a64d73765e0fecd2d3ec4458471654be2d532c (diff)
downloadaur-6b26f99c47fdd8db5c9f67259193cc4f3de46401.tar.gz
Update description; some cleanup
-rw-r--r--.SRCINFO30
-rw-r--r--PKGBUILD16
2 files changed, 29 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17d424187e7c..334e1225a407 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,29 @@
pkgbase = stremio-beta
pkgdesc = Watch videos, movies, TV series and TV channels instantly. (Beta Version)
- pkgver = 4.4.10
+ pkgver = 4.4.25
pkgrel = 1
- url = https://stremio.com
- arch = x86_64
- license = custom
- makedepends = sed
+ url = https://www.stremio.com
+ install = stremio.install
+ arch = any
+ license = MIT
+ makedepends = git
+ makedepends = wget
+ makedepends = qt5-tools
+ makedepends = librsvg
+ depends = nodejs
+ depends = ffmpeg
+ depends = qt5-webengine
+ depends = qt5-webchannel
+ depends = qt5-declarative
+ depends = qt5-quickcontrols
+ depends = qt5-quickcontrols2
+ depends = qt5-translations
+ depends = mpv
+ depends = openssl
provides = stremio-beta
- options = !strip
- source = stremio-beta.appimage::https://dl.strem.io/linux/v4.4.10/Stremio+4.4.10.appimage
- sha512sums = b48f3bdc7b849fee63cf826f8e6b767286897bc8b60b7ef8af4d24b6395568a1be81e87017e7fe7ccad5b9bdf941662ee3ffb0be94d0dea5a065811722de619c
+ conflicts = stremio-beta
+ source = stremio::git+https://github.com/Stremio/stremio-shell.git#branch=master
+ md5sums = SKIP
pkgname = stremio-beta
diff --git a/PKGBUILD b/PKGBUILD
index 384373b9cfe2..57c405dd2482 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,20 @@
# Maintainer: Vladimir Borisov <vladimir@stremio.com>
+# Contributor: Prasad Kumar
_pkgname=stremio
-pkgname=${_pkgname}
+pkgname=${_pkgname}-beta
pkgver=4.4.25
pkgrel=1
-pkgdesc="The next generation media center"
-arch=($(uname -m))
+pkgdesc="Watch videos, movies, TV series and TV channels instantly. (Beta Version)"
+arch=(any)
url="https://www.stremio.com"
license=("MIT")
groups=()
depends=("nodejs" "ffmpeg" "qt5-webengine" "qt5-webchannel" "qt5-declarative" "qt5-quickcontrols" "qt5-quickcontrols2" "qt5-translations" "mpv" "openssl")
makedepends=("git" "wget" "qt5-tools" "librsvg")
-provides=("${_pkgname}")
-conflicts=("${_pkgname}")
-replaces=("stremio-git")
-backup=()
-options=()
+provides=("${pkgname}")
+conflicts=("${pkgname}")
-install=stremio.install
+install=${_pkgname}.install
source=("${_pkgname}::git+https://github.com/Stremio/stremio-shell.git#branch=master")
noextract=()