summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcore10242020-06-30 17:00:57 +0300
committercore10242020-06-30 17:00:57 +0300
commitbff3abb6f1514bff52e0ce00ffc8f80bd7451ff1 (patch)
treec951028598843b9d5ec9fad3b91202ac42d84d15
parent0f0e2c9dde01e0aa60b3fadb377ba9c65d7a1d0c (diff)
downloadaur-bff3abb6f1514bff52e0ce00ffc8f80bd7451ff1.tar.gz
Cleanup. Fixed the tag checkout
-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