summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2023-05-08 04:36:05 +0800
committerlilac2023-05-08 04:36:05 +0800
commit0744229f87750c114518fac1c0a30fea11f98bdb (patch)
treef98d2f21399dc69372c5fbf0f0c22e8b698ef24d /PKGBUILD
parenta558386206a97788c75707bb1f44a0d9f527e75c (diff)
downloadaur-dosbox-x-git.tar.gz
[lilac] updated to 18065.ac3c072d5-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56d371f3221c..939428158d4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Mantainer: Franco Tortoriello
pkgname=dosbox-x-git
-pkgver=16643.bdb285d31
-pkgrel=1
+pkgver=18065.ac3c072d5
+pkgrel=2
pkgdesc="x86 emulator with builtin DOS, with patches with more features"
arch=(i686 x86_64)
url="http://dosbox.sourceforge.net"
license=(GPL)
-depends=(fluidsynth libxkbfile libpng libxrandr mesa ffmpeg4.4 physfs)
+depends=(fluidsynth libxkbfile libpng libxrandr mesa ffmpeg physfs libslirp)
makedepends=(git glu libpcap libslirp)
optdepends=('openglide-git: Third-party 3dfx Glide API support'
'libpcap: Allows DosBox-X to connect to a network and to the internet'
@@ -15,6 +15,7 @@ optdepends=('openglide-git: Third-party 3dfx Glide API support'
optdepends=()
install='dosbox-x.install'
source=(dosbox-x::git+https://github.com/joncampbell123/dosbox-x.git)
+options=('!buildflags')
pkgver() {
cd "$SRCDEST/dosbox-x"