summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2021-07-02 13:12:22 +0200
committerFrederic Bezies2021-07-02 13:12:22 +0200
commit025187cb5a8ba0aebfdcb139b9b5b03aa5062025 (patch)
treeba481e7ad849cefdfc8a80819f6ca5a53bbdd906 /PKGBUILD
parent5c3b121cc6d38701033cd1de187bf639516cbea0 (diff)
downloadaur-025187cb5a8ba0aebfdcb139b9b5b03aa5062025.tar.gz
Workaround for bug https://github.com/joncampbell123/dosbox-x/issues/2631
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c23db11a7bda..b6fd0e843e9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=dosbox-x-sdl2
pkgver=0.83.15
-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"
license=(GPL)
-depends=(fluidsynth libxkbfile libxrandr ffmpeg sdl2_net libslirp)
-makedepends=(glu physfs)
+depends=(fluidsynth libxkbfile libxrandr ffmpeg sdl2_net libslirp physfs)
+makedepends=(glu )
optdepends=()
conflicts=('dosbox-x-git' 'dosbox-x' 'dosbox-x-sdl2-git')
source=(https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v${pkgver}.tar.gz)
@@ -18,7 +18,7 @@ build() {
cd "$srcdir/dosbox-x-dosbox-x-v$pkgver"
./autogen.sh
chmod +x configure
- ./configure --enable-core-inline --enable-debug --enable-avcodec --prefix=/usr --enable-sdl2
+ ./configure --enable-core-inline --disable-debug --enable-avcodec --prefix=/usr --enable-sdl2
make -j$(nproc)
}