summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23d0e281c2e5..25400b84d40e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
-pkgbase = qv2ray-plugin-command-git
- pkgdesc = Qv2ray Plugin: Command
+pkgbase = qv2ray-plugin-command-dev-git
+ pkgdesc = Qv2ray Plugin: Command (Development Build)
pkgver = 20200425.r5.59450df
pkgrel = 1
url = https://github.com/Qv2ray/QvPlugin-Command
@@ -20,5 +20,5 @@ pkgbase = qv2ray-plugin-command-git
source = qv2ray-plugin-command::git+https://github.com/Qv2ray/QvPlugin-Command
sha512sums = SKIP
-pkgname = qv2ray-plugin-command-git
+pkgname = qv2ray-plugin-command-dev-git
diff --git a/PKGBUILD b/PKGBUILD
index 808fe9a0e500..a3f53e930d7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: DuckSoft <realducksoft at gmail dot com>
-pkgname=qv2ray-plugin-command-git
+pkgname=qv2ray-plugin-command-dev-git
_pkgname=qv2ray-plugin-command
-pkgver=20200425.r5.59450df
+pkgver=20200517.r6.9ab40d3
pkgrel=1
-pkgdesc="Qv2ray Plugin: Command"
+pkgdesc="Qv2ray Plugin: Command (Development Build)"
arch=('x86_64')
url='https://github.com/Qv2ray/QvPlugin-Command'
license=('GPL3')
@@ -13,7 +13,7 @@ makedepends=('git' 'make' 'qt5-tools' 'which' 'gcc' 'cmake' 'ninja')
provides=('qv2ray-plugin-command')
conflicts=('qv2ray-plugin-command')
groups=('qv2ray-plugin')
-source=("$_pkgname::git+${url}")
+source=("$_pkgname::git+${url}#branch=dev")
sha512sums=('SKIP')
pkgver() {
cd "$srcdir"/"$_pkgname"