summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2024-04-27 13:04:33 +0200
committerFrederic Bezies2024-04-27 13:04:33 +0200
commit64a20045bf5faa13ab56211ba03c260e3b80cfb5 (patch)
treeaaeca8d2dc4cd70b2a6bae55456e21034a2b97f2
parent8605744bd38ff59ee790adeb46a48d7b891dd773 (diff)
downloadaur-64a20045bf5faa13ab56211ba03c260e3b80cfb5.tar.gz
April 27th, 2024 update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76cb72da71c9..40048f36b487 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-x-sdl2
pkgdesc = x86 emulator with builtin DOS, with patches and more features
pkgver = 2024.03.01
- pkgrel = 3
+ pkgrel = 4
url = http://dosbox-x.com
arch = i686
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = dosbox-x-sdl2
conflicts = dosbox-x-git
conflicts = dosbox-x
conflicts = dosbox-x-sdl2-git
+ options = !debug
source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v2024.03.01.tar.gz
sha256sums = 2a89d3196ddc15361f6dc7e6ab142bfe95945d93d527cfd6bacca1f7a401a513
diff --git a/PKGBUILD b/PKGBUILD
index 0dd615dd34c9..0413824ac87e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=dosbox-x-sdl2
_pkgname=dosbox-x
pkgver=2024.03.01
-pkgrel=3
+pkgrel=4
pkgdesc="x86 emulator with builtin DOS, with patches and more features"
arch=(i686 x86_64 aarch64)
url="http://dosbox-x.com"
@@ -14,6 +14,7 @@ optdepends=()
conflicts=('dosbox-x-git' 'dosbox-x' 'dosbox-x-sdl2-git')
source=(https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v${pkgver}.tar.gz)
sha256sums=('2a89d3196ddc15361f6dc7e6ab142bfe95945d93d527cfd6bacca1f7a401a513')
+options=(!debug)
build() {
cd "$srcdir/dosbox-x-dosbox-x-v$pkgver"