summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorm8D22022-10-07 16:36:31 -0700
committerm8D22022-10-07 16:36:31 -0700
commit6a0e38b0b9b32a154f075ba9d50ef7b1e369dc05 (patch)
tree07ef94f1edf99e6a60d97e666a888eadfff5b7a8
parentf7886b60095df8ba75655dc27ee8dc5939e0d4a3 (diff)
downloadaur-v2ray-git.tar.gz
updating provides=()
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 897064c3bc9f..8fa7d3400a24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = v2ray-git
pkgdesc = A set of network tools that helps you to build your own computer network (git version).
- pkgver = 5.1.0.r7.g2e0ea8804
- pkgrel = 2
+ pkgver = 5.1.0.r17.ga4a3f4dee
+ pkgrel = 1
url = https://github.com/v2fly/v2ray-core
arch = x86_64
license = MIT
@@ -10,7 +10,7 @@ pkgbase = v2ray-git
depends = glibc
depends = v2ray-domain-list-community
depends = v2ray-geoip
- provides = v2ray
+ provides = v2ray=5.1.0
conflicts = v2ray
backup = etc/v2ray/config.json
source = v2ray-git::git+https://github.com/v2fly/v2ray-core.git
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')