summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')