summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a21e9acb6332..2f32c8b7b7f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mesen2-git
pkgdesc = Multi-system emulator (NES, SNES, Game Boy and PC Engine)
pkgver = r2446.94a9956c
- pkgrel = 2
+ pkgrel = 3
url = https://www.mesen.ca
arch = x86_64
license = GPL3
@@ -14,6 +14,7 @@ pkgbase = mesen2-git
provides = mesen2
conflicts = mesen2
options = !strip
+ options = !debug
source = mesen2::git+https://github.com/SourMesen/Mesen2.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7d0c0b829842..ddaacd377a4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eldred Habert <arch@eldred.fr>
pkgname=mesen2-git
pkgver=r2446.94a9956c
-pkgrel=2
+pkgrel=3
pkgdesc="Multi-system emulator (NES, SNES, Game Boy and PC Engine)"
arch=('x86_64')
url="https://www.mesen.ca"
@@ -10,7 +10,7 @@ depends=('dotnet-runtime-6.0' 'libevdev' 'sdl2')
makedepends=('dotnet-sdk-6.0' 'git' 'zip')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-options=(!strip)
+options=(!strip !debug) # Reportedly, these break with C#..?
source=(${pkgname%-git}::'git+https://github.com/SourMesen/Mesen2.git')
sha256sums=('SKIP')