summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2023-03-16 19:16:42 +0100
committerFrederic Bezies2023-03-16 19:16:42 +0100
commitb1a44794c84395ed4f06b34de1eaa5416b31136b (patch)
treed88196d6b3c35a87798668a05cbe274cfbaa74d9
parent157b65389cfbb790632f1969dac343b3811ddf47 (diff)
downloadaur-b1a44794c84395ed4f06b34de1eaa5416b31136b.tar.gz
adding --enable-debug
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9a6d96ec80a..8b07f85499bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-x-sdl2
pkgdesc = x86 emulator with builtin DOS, with patches and more features
pkgver = 2022.12.26
- pkgrel = 1
+ pkgrel = 2
url = http://dosbox-x.com
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1c769930db79..66b2b099ae34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dosbox-x-sdl2
pkgver=2022.12.26
-pkgrel=1
+pkgrel=2
pkgdesc="x86 emulator with builtin DOS, with patches and more features"
arch=(i686 x86_64 aarch64)
url="http://dosbox-x.com"
@@ -19,7 +19,7 @@ build() {
./autogen.sh
export LDFLAGS="${LDFLAGS//,--as-needed}"
chmod +x configure
- ./configure --enable-core-inline --disable-debug --enable-avcodec --prefix=/usr --enable-sdl2
+ ./configure --enable-core-inline --enable-debug --enable-avcodec --prefix=/usr --enable-sdl2
make -j$(nproc)
}