diff --git a/.SRCINFO b/.SRCINFO index 396a125676df..c92395ce8a4a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = xray-bin pkgdesc = The best v2ray-core, with XTLS support pkgver = 1.7.3 - pkgrel = 1 + pkgrel = 2 url = https://github.com/XTLS/Xray-core arch = aarch64 arch = i686 @@ -17,10 +17,12 @@ pkgbase = xray-bin arch = s390x arch = mips license = MPL2 - depends = v2ray-domain-list-community depends = v2ray-geoip + depends = v2ray-domain-list-community provides = xray conflicts = xray + conflicts = xray-geoip + conflicts = xray-domain-list-community options = !strip backup = etc/xray/config.json source_aarch64 = xray-v1.7.3-aarch64.zip::https://github.com/XTLS/Xray-core/releases/download/v1.7.3/Xray-linux-arm64-v8a.zip diff --git a/PKGBUILD b/PKGBUILD index 98847cfa17ac..08d80e135580 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ _name=xray pkgname=${_name}-bin -pkgrel=1 +pkgrel=2 _version=v1.7.3 pkgver=${_version//-/_} pkgver=${pkgver#v} @@ -18,8 +18,8 @@ url='https://github.com/XTLS/Xray-core' license=('MPL2') provides=("${_name}") -conflicts=("${_name}") -depends=('v2ray-domain-list-community' 'v2ray-geoip') +conflicts=("${_name}" 'xray-geoip' 'xray-domain-list-community') +depends=('v2ray-geoip' 'v2ray-domain-list-community' ) options=('!strip') # don't modify prebuilt binaries # source array template