summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2024-03-02 10:23:49 +0100
committerFrederic Bezies2024-03-02 10:23:49 +0100
commit48a5ea19b780056b7e3c045a2e8503bffdcf8a04 (patch)
tree25e9eb8f1db48a0c7166fbff6998e503fa125cbe
parent8f720215bf13ab0022f256d6ab1e4407152493a9 (diff)
downloadaur-48a5ea19b780056b7e3c045a2e8503bffdcf8a04.tar.gz
2024.03.01 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20eda561e05d..4084baaf2626 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dosbox-x-sdl2
pkgdesc = x86 emulator with builtin DOS, with patches and more features
- pkgver = 2023.10.06
+ pkgver = 2024.03.01
pkgrel = 1
url = http://dosbox-x.com
arch = i686
@@ -16,7 +16,7 @@ pkgbase = dosbox-x-sdl2
conflicts = dosbox-x-git
conflicts = dosbox-x
conflicts = dosbox-x-sdl2-git
- source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v2023.10.06.tar.gz
- sha256sums = 65f756e29f9c9b898fdbd22b0cb9b3b24c6e3becb5dcda588aa20a3fde9539a5
+ source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v2024.03.01.tar.gz
+ sha256sums = 2a89d3196ddc15361f6dc7e6ab142bfe95945d93d527cfd6bacca1f7a401a513
pkgname = dosbox-x-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index d32b75753af6..ef79944706ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dosbox-x-sdl2
_pkgname=dosbox-x
-pkgver=2023.10.06
+pkgver=2024.03.01
pkgrel=1
pkgdesc="x86 emulator with builtin DOS, with patches and more features"
arch=(i686 x86_64 aarch64)
@@ -13,7 +13,7 @@ makedepends=(glu)
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=('65f756e29f9c9b898fdbd22b0cb9b3b24c6e3becb5dcda588aa20a3fde9539a5')
+sha256sums=('2a89d3196ddc15361f6dc7e6ab142bfe95945d93d527cfd6bacca1f7a401a513')
build() {
cd "$srcdir/dosbox-x-dosbox-x-v$pkgver"