summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormzz2022-09-23 22:07:39 +0800
committermzz2022-09-23 22:07:39 +0800
commit4690a76944ea9108f2f4e59ec92c1b7363e4b522 (patch)
tree3a72e201805ff4e00ad21fb3a8739ea38ba7383a
parent99ea53f24556ff91ea9928c41d8356580a69e57d (diff)
downloadaur-4690a76944ea9108f2f4e59ec92c1b7363e4b522.tar.gz
update makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7361519ae1b7..9fde7d0f67f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,10 +11,9 @@ pkgbase = v2raya-git
arch = aarch64
license = GPL3
makedepends = git
- makedepends = go>=2:1.16.0-1
+ makedepends = go>=2:1.17.0-1
makedepends = nodejs>=14
makedepends = yarn
- makedepends = python2
depends = glibc
provides = v2raya
conflicts = v2raya
diff --git a/PKGBUILD b/PKGBUILD
index a976e3308625..9ef00696f854 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/v2rayA/v2rayA"
license=('GPL3')
depends=('glibc')
-makedepends=('git' 'go>=2:1.16.0-1' 'nodejs>=14' 'yarn' 'python2')
+makedepends=('git' 'go>=2:1.17.0-1' 'nodejs>=14' 'yarn')
provides=('v2raya')
conflicts=('v2raya')
source=("$pkgname::git+$url#branch=feat_v5")