summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2024-03-13 19:11:29 +0100
committerFrederic Bezies2024-03-13 19:11:29 +0100
commit1a07f606091b786c006ba6f232fd3c3de49fcf9a (patch)
tree15ba38786c54d5b532e08f872275dd6252859a60
parent2477fdd99115a4ba9bd5892a1e2a4a78337447bd (diff)
downloadaur-1a07f606091b786c006ba6f232fd3c3de49fcf9a.tar.gz
PKGBUILD clean up and update
-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() {