summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorm8D22022-10-07 16:36:31 -0700
committerm8D22022-10-07 16:36:31 -0700
commit6a0e38b0b9b32a154f075ba9d50ef7b1e369dc05 (patch)
tree07ef94f1edf99e6a60d97e666a888eadfff5b7a8 /PKGBUILD
parentf7886b60095df8ba75655dc27ee8dc5939e0d4a3 (diff)
downloadaur-v2ray-git.tar.gz
updating provides=()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7eb12d11ec0..6364b53ffd6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: pandada8 <pandada8@gmail.com>
pkgname=v2ray-git
-pkgver=5.1.0.r7.g2e0ea8804
-pkgrel=2
+pkgver=5.1.0.r17.ga4a3f4dee
+pkgrel=1
pkgdesc="A set of network tools that helps you to build your own computer network (git version)."
arch=(x86_64)
url="https://github.com/v2fly/v2ray-core"
@@ -13,7 +13,7 @@ license=(MIT)
depends=(glibc v2ray-domain-list-community v2ray-geoip)
makedepends=(go git)
backup=(etc/v2ray/config.json)
-provides=(v2ray)
+provides=("v2ray=${pkgver%%.r*}")
conflicts=(v2ray)
source=("$pkgname::git+$url.git")
sha512sums=('SKIP')