summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Borisov2021-03-25 14:36:31 +0200
committerVladimir Borisov2021-03-25 14:36:31 +0200
commitb32c44e5fecc20b0a4108c08a5a9ea509770b02d (patch)
treec237e59cbb8bba3bf9d8d86a31c74c0a29ea3756
parent181c42657715dd3e1d88e617e55b11aefbe1180d (diff)
downloadaur-b32c44e5fecc20b0a4108c08a5a9ea509770b02d.tar.gz
v4.4.135
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33f9b41c7b3d..c428e93edeac 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.4.132
- pkgrel = 1
+ pkgver = 4.4.135
+ pkgrel = 0
url = https://www.stremio.com
install = stremio.install
arch = any
@@ -25,7 +25,7 @@ pkgbase = stremio-beta
conflicts = stremio-beta
conflicts = stremio-legacy
conflicts = stremio
- source = stremio::git+https://github.com/Stremio/stremio-shell.git#tag=v4.4.132
+ source = stremio::git+https://github.com/Stremio/stremio-shell.git#tag=v4.4.135
md5sums = SKIP
pkgname = stremio-beta
diff --git a/PKGBUILD b/PKGBUILD
index 3f9e3aae520e..856d259f99b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Prasad Kumar
_pkgname=stremio
pkgname=${_pkgname}-beta
-pkgver=4.4.132
-pkgrel=1
+pkgver=4.4.135
+pkgrel=0
pkgdesc="Watch videos, movies, TV series and TV channels instantly. (Beta Version)"
arch=(any)
url="https://www.stremio.com"
@@ -43,5 +43,4 @@ package() {
cd "$srcdir/${_pkgname}"
export PREFIX="$pkgdir";
make -f release.makefile install
- install -Dm644 smartcode-stremio.desktop "$PREFIX/opt/stremio/smartcode-stremio.desktop"
}