summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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"
}