diff options
author | Frederic Bezies | 2025-01-02 11:16:01 +0100 |
---|---|---|
committer | Frederic Bezies | 2025-01-02 11:16:01 +0100 |
commit | 7062aab6792a6eaaec181d757db67a27906c2200 (patch) | |
tree | 2e68601a3042d55339a1590de6f1f193dd0b6e58 /PKGBUILD | |
parent | 90fea4d59868e1294d44c12837e771d9111f17d1 (diff) | |
download | aur-7062aab6792a6eaaec181d757db67a27906c2200.tar.gz |
Fixing PKGBUILD once again!
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,14 +2,15 @@ pkgname=dosbox-x-sdl2-git pkgver=2025.01.01.r0.g895fca367 -pkgrel=1 +pkgrel=2 epoch=3 pkgdesc="x86 emulator with builtin DOS, with patches with more features - sdl2 git version" arch=(i686 x86_64) url="https://dosbox-x.com/" license=(GPL) -depends=(fluidsynth libxkbfile libxrandr ffmpeg sdl2_net libslirp libpng) +depends=(fluidsynth libxkbfile libxrandr ffmpeg sdl2_net libslirp libpng libpcap) makedepends=(git glu) +optdepends=('openglide-git: Third-party 3dfx Glide API support') conflicts=(dosbox-x-sdl2 dosbox-x-git dosbox-x) install='dosbox-x.install' source=(dosbox-x::git+https://github.com/joncampbell123/dosbox-x.git) |