summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormzz20172021-08-24 23:00:59 +0800
committermzz20172021-08-24 23:00:59 +0800
commitf0c9eecdceaac7e601dacca518c8927399b58a2b (patch)
treef15d7ec8705bb95ab686fd46e5c5c6ca3c40c880 /PKGBUILD
parentce75a3327855428e7e158f8eba7e7d9258e8ca72 (diff)
downloadaur-f0c9eecdceaac7e601dacca518c8927399b58a2b.tar.gz
git should be makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81241058dd5b..86afdc242efc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: mzz2017 <mzz@tuta.io>
pkgname=v2raya-git
-pkgver=20210820.r827.a2b542a
+pkgver=20210824.r828.d0fe4c2
pkgrel=1
install=.INSTALL
pkgdesc="v2rayA nightly version"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/v2rayA/v2rayA"
license=('GPL3')
-depends=('git' 'glibc')
+depends=('glibc')
optdepends=('v2ray>=4.37.0-1' 'xray>=1.4.2-1')
-makedepends=('go>=2:1.16.0-1' 'nodejs>=14' 'yarn' 'python2')
+makedepends=('git' 'go>=2:1.16.0-1' 'nodejs>=14' 'yarn' 'python2')
provides=('v2raya')
conflicts=('v2raya')
source=("$pkgname::git+$url")