summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20fe8f852c93..2b288b4d50c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-x-git
pkgdesc = x86 emulator with builtin DOS, with patches with more features
- pkgver = 16643.bdb285d31
- pkgrel = 1
+ pkgver = 18065.ac3c072d5
+ pkgrel = 2
url = http://dosbox.sourceforge.net
install = dosbox-x.install
arch = i686
@@ -16,8 +16,10 @@ pkgbase = dosbox-x-git
depends = libpng
depends = libxrandr
depends = mesa
- depends = ffmpeg4.4
+ depends = ffmpeg
depends = physfs
+ depends = libslirp
+ options = !buildflags
source = dosbox-x::git+https://github.com/joncampbell123/dosbox-x.git
md5sums = SKIP
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"