summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordctxmei2018-05-26 10:15:35 +0900
committerdctxmei2018-05-26 10:15:35 +0900
commit5bd2948be178ffa806d47b13ae1ff0110ecee5dc (patch)
treecac8ad1a8a9d6e77a5bcf7ae2469b2d6b8afd7e9
parent19a9277f1a6a0138a3e15246a88734d14ba6bb05 (diff)
downloadaur-5bd2948be178ffa806d47b13ae1ff0110ecee5dc.tar.gz
provides and conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f6af0ee2c2b..d4a3533ba3d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = v2ray-git
pkgdesc = A platform for building proxies to bypass network restrictions
pkgver = 3.23
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/v2ray/v2ray-core
arch = x86_64
license = MIT
makedepends = git
makedepends = go
+ provides = v2ray
+ conflicts = v2ray
source = git+https://github.com/v2ray/v2ray-core.git
source = v2ray.service
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 575c31d18d50..4f59d9c9b38e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: dctxmei <dctxmei@gmail.com>
# Maintainer: Felix Yan <felixonmars@archlinux.org>
# Contributor: pandada8 <pandada8@gmail.com>
-
pkgname=v2ray-git
pkgver=3.23
-pkgrel=1
+pkgrel=2
pkgdesc="A platform for building proxies to bypass network restrictions"
arch=("x86_64")
url="https://github.com/v2ray/v2ray-core"
license=("MIT")
makedepends=("git" "go")
+provides=("v2ray")
+conflicts=("v2ray")
source=("git+${url}.git"
"v2ray.service")
sha512sums=("SKIP"