From a469622d5913178e5dfa4646ee76dc61845bf962 Mon Sep 17 00:00:00 2001 From: xyzzy <> Date: Tue, 25 Apr 2023 13:02:46 +0200 Subject: [PATCH] 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` --- .SRCINFO | 3 ++- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 27f4590..a025a0d 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index bde70df..a54cc44 100644 --- a/PKGBUILD +++ b/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'