summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuckSoft2020-05-19 21:05:30 +0800
committerDuckSoft2020-05-19 21:05:30 +0800
commit16e125a2903266f7dec2aa2da4906512ed9a52f9 (patch)
tree08930b856a9cdc515072a7e20b35e5f643a2a68a
parentff7beaf810d64f00e42fb288063120f81bb9f35c (diff)
downloadaur-16e125a2903266f7dec2aa2da4906512ed9a52f9.tar.gz
fixing upstream
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3ad84828caa..58b39ddc74ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,7 @@ pkgbase = qv2ray-plugin-trojan-dev-git
depends = qv2ray
provides = qv2ray-plugin-trojan
conflicts = qv2ray-plugin-trojan
- source = qv2ray-plugin-trojan::git+https://github.com/Qv2ray/QvPlugin-Trojan
+ source = qv2ray-plugin-trojan::git+https://github.com/Qv2ray/QvPlugin-Trojan#branch=dev
sha512sums = SKIP
pkgname = qv2ray-plugin-trojan-dev-git
diff --git a/PKGBUILD b/PKGBUILD
index ea2993043e5a..800287163b38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ makedepends=('git' 'make' 'qt5-tools' 'which' 'gcc' 'cmake' 'ninja' 'libffi' 'bo
provides=('qv2ray-plugin-trojan')
conflicts=('qv2ray-plugin-trojan')
groups=('qv2ray-plugin')
-source=("$_pkgname::git+${url}")
+source=("$_pkgname::git+${url}#branch=dev")
sha512sums=('SKIP')
pkgver() {
cd "$srcdir"/"$_pkgname"