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'