summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 233c32c9ab88..68de9179587d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dosbox-x-sdl2-git
pkgdesc = x86 emulator with builtin DOS, with patches with more features - sdl2 git version
- pkgver = 2024.03.01.r14.g4443d0c5c
+ pkgver = 2024.03.01.r58.g3dd83cfb9
pkgrel = 1
epoch = 3
url = https://dosbox-x.com/
diff --git a/PKGBUILD b/PKGBUILD
index c6702d751e49..787472cb25bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Mantainer: Franco Tortoriello
pkgname=dosbox-x-sdl2-git
-pkgver=2024.03.01.r14.g4443d0c5c
+pkgver=2024.03.01.r58.g3dd83cfb9
pkgrel=1
epoch=3
pkgdesc="x86 emulator with builtin DOS, with patches with more features - sdl2 git version"
@@ -23,15 +23,9 @@ pkgver() {
build() {
cd "$srcdir/dosbox-x"
- # Workaround for bug: https://github.com/joncampbell123/dosbox-x/issues/4237
- #CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions \
- # -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Wno-error=format-security \
- # -fstack-clash-protection -fcf-protection"
- #CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"
-
./autogen.sh
./configure --enable-debug --enable-avcodec --prefix=/usr --enable-sdl2
- make -j$(nproc)
+ make
}
package() {