summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2022-09-23 16:13:46 +0200
committerFrederic Bezies2022-09-23 16:13:46 +0200
commit7c8598067bc9ad98fb0ef551978d4f05666179f0 (patch)
tree54b424c3b0e81a7cac925a14ae525b3d421ce473 /PKGBUILD
parent0f2d3c0136e13fa58f4b94a7c89e8d93c8cbd045 (diff)
downloadaur-7c8598067bc9ad98fb0ef551978d4f05666179f0.tar.gz
some PKGBUILD needed cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2bada5592f2c..b3ccee1af56b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dosbox-x-sdl2-git
pkgver=0.84.3.r107.gde7611c12
-pkgrel=1
+pkgrel=2
epoch=3
pkgdesc="x86 emulator with builtin DOS, with patches with more features - sdl2 git version"
arch=(i686 x86_64)
@@ -22,10 +22,7 @@ pkgver() {
build() {
cd "$srcdir/dosbox-x"
- # Working around bug : https://github.com/joncampbell123/dosbox-x/issues/3283
- #sed -i 's|"$LIBS -lavcodec -lavformat -lavutil -lswscale "`pkg-config libavcodec --libs`|`pkg-config libavcodec libavformat libavutil libswscale libswresample --libs`"$LIBS"|' configure.ac
./autogen.sh
- #PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig"
./configure --enable-debug --enable-avcodec --prefix=/usr --enable-sdl2
make -j$(nproc)
}