summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d7abd15c9ed..ec1901495087 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = v2raya-git
provides = v2raya
conflicts = v2raya
backup = etc/default/v2raya
- source = v2raya-git::git+https://github.com/v2rayA/v2rayA#branch=feat_v5
+ source = v2raya-git::git+https://github.com/v2rayA/v2rayA
sha512sums = SKIP
pkgname = v2raya-git
diff --git a/PKGBUILD b/PKGBUILD
index ae5e1be73bac..4dd1946a7829 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ makedepends=('git' 'go>=2:1.17.0-1' 'nodejs>=17' 'yarn')
provides=('v2raya')
conflicts=('v2raya')
backup=("etc/default/v2raya")
-source=("$pkgname::git+$url#branch=feat_v5")
+source=("$pkgname::git+$url")
sha512sums=('SKIP')