summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2024-04-01 12:04:17 +0200
committerFrederic Bezies2024-04-01 12:04:17 +0200
commitbbbe2a4d27303296df2a9354d84386b62aff889b (patch)
treef13be27a9252df5c23f78bb6d7bba3cf369742ab
parent1a07f606091b786c006ba6f232fd3c3de49fcf9a (diff)
downloadaur-dosbox-x-sdl2-git.tar.gz
April 1st, 2024 update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68de9179587d..8ea75064d186 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dosbox-x-sdl2-git
pkgdesc = x86 emulator with builtin DOS, with patches with more features - sdl2 git version
- pkgver = 2024.03.01.r58.g3dd83cfb9
+ pkgver = 2024.03.01.r167.gd9007bdc9
pkgrel = 1
epoch = 3
url = https://dosbox-x.com/
@@ -19,6 +19,7 @@ pkgbase = dosbox-x-sdl2-git
conflicts = dosbox-x-sdl2
conflicts = dosbox-x-git
conflicts = dosbox-x
+ options = !debug
source = dosbox-x::git+https://github.com/joncampbell123/dosbox-x.git
sha256sums = SKIP
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"