summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2023-09-22 15:14:02 -0400
committerChris Severance2023-09-22 15:14:02 -0400
commit84b093e69de46e8f29d50fd88d707f6bed0f3bc1 (patch)
tree36bf61e94a22c51ec9003d6c49870a56f51da31d /PKGBUILD
parent31b4bf80381720ccd93ab1fb0fd1f2f2b7c47b10 (diff)
downloadaur-84b093e69de46e8f29d50fd88d707f6bed0f3bc1.tar.gz
autu: Update to 2.0pre9.dev.r1551.g5a001d2f3-1 fdpp 1.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dae1c9f3857c..e0f1fe15c25d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,7 +38,7 @@ _opt_altcommand=0
_pkgname='dosemu2'
pkgname="${_pkgname}-git"
-pkgver=2.0pre9.dev.r1542.gfae8afc34
+pkgver=2.0pre9.dev.r1551.g5a001d2f3
pkgrel=1
_pkgver="${pkgver%%[a-z]*}"
pkgdesc='Virtual machine that allows you to run DOS programs under Linux'
@@ -47,12 +47,11 @@ arch=('i686' 'x86_64')
url='https://github.com/dosemu2/dosemu2'
license=('GPL' 'custom')
depends=('glibc' 'alsa-lib')
-depends+=('libb64')
if [ "${_opt_Debug}" -ne 0 ]; then
depends+=('gdb' 'binutils' 'sudo')
fi
if [ "${_opt_fdpp}" -ne 0 ]; then
- depends+=('fdpp>=1.6')
+ depends+=('fdpp>=1.7')
fi
optdepends=(
'libao: audio output'
@@ -66,6 +65,7 @@ optdepends=(
)
makedepends=('git' 'flex' 'bison' 'binutils' 'sed' 'perl' 'bash')
makedepends+=('unzip' 'upx')
+makedepends+=('libb64')
if [ "${_opt_clang}" -ne 0 ]; then
makedepends+=('clang')
fi