mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
provides and conflicts
This commit is contained in:
parent
75ddbbd3c4
commit
c39f6e520c
1 changed files with 2 additions and 0 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -11,6 +11,8 @@ url="https://github.com/XTLS/Xray-core"
|
|||
license=('MPLv2')
|
||||
depends=('glibc' 'v2ray-domain-list-community' 'v2ray-geoip')
|
||||
backup=(etc/xray/config.json)
|
||||
provides=("${pkgname%-bin}")
|
||||
conflicts=("${pkgname%-bin}")
|
||||
source=(
|
||||
"$pkgname-$pkgver.tar.gz::https://github.com/XTLS/Xray-core/releases/download/v$pkgver/Xray-linux-64.zip"
|
||||
"LICENSE::https://raw.githubusercontent.com/XTLS/Xray-core/main/LICENSE"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue