summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Borisov2019-05-21 16:08:20 +0300
committerVladimir Borisov2019-05-21 16:08:20 +0300
commit0dc3eaa3507e2839da6e569b8be8618305e3e740 (patch)
tree7c9aad51fd57ee198e068128047d2a496bd517ec
parentfb43a4b5609972bb2aa93f5d81a62053600e28bc (diff)
downloadaur-0dc3eaa3507e2839da6e569b8be8618305e3e740.tar.gz
Clone the tag from the specified version instead of master
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f036812a4233..8af5adaf5ca3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,8 @@ pkgbase = stremio-beta
provides = stremio-beta
conflicts = stremio-beta
conflicts = stremio-legacy
- source = stremio::git+https://github.com/Stremio/stremio-shell.git#branch=master
+ conflicts = stremio
+ source = stremio::git+https://github.com/Stremio/stremio-shell.git#tag=4.4.52
md5sums = SKIP
pkgname = stremio-beta
diff --git a/PKGBUILD b/PKGBUILD
index 0f591abefaa4..ae6a7de8fdef 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#branch=master")
+source=("${_pkgname}::git+https://github.com/Stremio/stremio-shell.git#tag=${pkgver}")
noextract=()
md5sums=("SKIP")