summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2024-04-01 12:04:17 +0200
committerFrederic Bezies2024-04-01 12:04:17 +0200
commitbbbe2a4d27303296df2a9354d84386b62aff889b (patch)
treef13be27a9252df5c23f78bb6d7bba3cf369742ab /PKGBUILD
parent1a07f606091b786c006ba6f232fd3c3de49fcf9a (diff)
downloadaur-dosbox-x-sdl2-git.tar.gz
April 1st, 2024 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 787472cb25bd..bb4ab20660c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Mantainer: Franco Tortoriello
pkgname=dosbox-x-sdl2-git
-pkgver=2024.03.01.r58.g3dd83cfb9
+pkgver=2024.03.01.r167.gd9007bdc9
pkgrel=1
epoch=3
pkgdesc="x86 emulator with builtin DOS, with patches with more features - sdl2 git version"
@@ -14,6 +14,7 @@ conflicts=(dosbox-x-sdl2 dosbox-x-git dosbox-x)
install='dosbox-x.install'
source=(dosbox-x::git+https://github.com/joncampbell123/dosbox-x.git)
sha256sums=('SKIP')
+options=(!debug)
pkgver() {
cd "$srcdir/dosbox-x"