Disable debug, makepkg debug now breaks Ryujinx
This commit is contained in:
parent
fa3111e22b
commit
8ea3462c02
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = ryujinx-bin
|
||||
pkgdesc = Experimental Nintendo Switch Emulator written in C# (master build channel release)
|
||||
pkgver = 1.1.1242
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/Ryujinx/release-channel-master
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
|
@ -10,6 +10,7 @@ pkgbase = ryujinx-bin
|
|||
conflicts = ryujinx
|
||||
conflicts = Ryujinx
|
||||
options = !strip
|
||||
options = !debug
|
||||
source = https://github.com/Ryujinx/release-channel-master/releases/download/1.1.1242/ryujinx-1.1.1242-linux_x64.tar.gz
|
||||
source = https://raw.githubusercontent.com/Ryujinx/Ryujinx/master/distribution/linux/Ryujinx.desktop
|
||||
source = https://raw.githubusercontent.com/Ryujinx/Ryujinx/master/distribution/misc/Logo.svg
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=ryujinx-bin
|
||||
pkgver=1.1.1242
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Experimental Nintendo Switch Emulator written in C# (master build channel release)'
|
||||
arch=(x86_64)
|
||||
url='https://github.com/Ryujinx/release-channel-master'
|
||||
|
@ -10,7 +10,7 @@ license=('MIT')
|
|||
depends=('dotnet-runtime')
|
||||
provides=(ryujinx)
|
||||
conflicts=(ryujinx Ryujinx)
|
||||
options=('!strip')
|
||||
options=('!strip' '!debug')
|
||||
source=("${url}/releases/download/${pkgver}/ryujinx-${pkgver}-linux_x64.tar.gz"
|
||||
'https://raw.githubusercontent.com/Ryujinx/Ryujinx/master/distribution/linux/Ryujinx.desktop'
|
||||
'https://raw.githubusercontent.com/Ryujinx/Ryujinx/master/distribution/misc/Logo.svg'
|
||||
|
|
Loading…
Reference in a new issue