summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2020-03-06 00:42:15 +1100
committercorey drew bruce2020-03-06 00:42:15 +1100
commit116e20ce964f318319a1d2c964d324c6aa846e03 (patch)
treedc7ae204af8acec2567652588d85fd6555f90d37
parentbb3bc680abb98c028191fb57d41fd9f1b78489ce (diff)
downloadaur-116e20ce964f318319a1d2c964d324c6aa846e03.tar.gz
set git link to use branch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d0cee7614ca..79967a546c96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = gamerworld
depends = libxss
provides = gamerworld
conflicts = gamerworld
- source = git+https://gitlab.com/gamerworld/application.git
+ source = git+https://gitlab.com/gamerworld/application.git#branch=GW-Stable
sha256sums = SKIP
pkgname = gamerworld
diff --git a/PKGBUILD b/PKGBUILD
index 341e1731440a..3a88a5a1817e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ depends=('nss' 'gtk3' 'libxss')
makedepends=('npm' 'git' 'unzip')
provides=("${pkgname%}")
conflicts=("${pkgname%}")
-source=('git+https://gitlab.com/gamerworld/application.git')
+source=(git+https://gitlab.com/gamerworld/application.git#branch=GW-Stable)
sha256sums=('SKIP')
pkgver() {