summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c38e0d67b8b5..343dff765588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ conflicts=("${pkgname}" "stremio-legacy" "stremio")
install=${_pkgname}.install
-source=("${_pkgname}::git+https://github.com/Stremio/stremio-shell.git#tag=${pkgver}")
+source=("${_pkgname}::git+https://github.com/Stremio/stremio-shell.git#tag=v${pkgver}")
noextract=()
md5sums=("SKIP")
@@ -29,9 +29,6 @@ pkgver() {
prepare() {
cd "$srcdir/${_pkgname}"
- if [ -n "$BRANCH" ]; then
- git checkout "$BRANCH"
- fi
git submodule update --init
make -f release.makefile clean