Fix capitalization in provides
and conflicts
Leave `Ryujinx` in `conflicts` for now, so that it still conflicts with packages like `ryujinx-git` and `ryujinx-ldn-bin`
This commit is contained in:
parent
d61ebcd2d7
commit
a469622d59
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -6,7 +6,8 @@ pkgbase = ryujinx-bin
|
|||
arch = x86_64
|
||||
license = MIT
|
||||
depends = dotnet-runtime
|
||||
provides = Ryujinx
|
||||
provides = ryujinx
|
||||
conflicts = ryujinx
|
||||
conflicts = Ryujinx
|
||||
options = !strip
|
||||
source = https://github.com/Ryujinx/release-channel-master/releases/download/1.1.731/ryujinx-1.1.731-linux_x64.tar.gz
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -8,8 +8,8 @@ arch=(x86_64)
|
|||
url='https://github.com/Ryujinx/release-channel-master'
|
||||
license=('MIT')
|
||||
depends=('dotnet-runtime')
|
||||
provides=(Ryujinx)
|
||||
conflicts=(Ryujinx)
|
||||
provides=(ryujinx)
|
||||
conflicts=(ryujinx Ryujinx)
|
||||
options=('!strip')
|
||||
source=("${url}/releases/download/${pkgver}/ryujinx-${pkgver}-linux_x64.tar.gz"
|
||||
'https://raw.githubusercontent.com/Ryujinx/Ryujinx/master/distribution/linux/Ryujinx.desktop'
|
||||
|
|
Loading…
Reference in a new issue