summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Snowhill2024-03-25 12:57:47 -0700
committerChristopher Snowhill2024-03-25 12:57:47 -0700
commit8ea3462c02e065b408f52ca5d06305843ff58958 (patch)
treea9d4898ff93a8c8c24b85272d3d7ac2733dad461
parentfa3111e22b83e5f1b85cf1a575df2fafa0248188 (diff)
downloadaur-8ea3462c02e065b408f52ca5d06305843ff58958.tar.gz
Disable debug, makepkg debug now breaks Ryujinx
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04c88820381e..2be50b68cb01 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index f6c90fdb6a2c..4c487196da22 100644
--- a/PKGBUILD
+++ b/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'