summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2023-05-01 20:31:29 +0200
committerFrederic Bezies2023-05-01 20:31:29 +0200
commit2faf205507ced417693610ed1fe8a7335ce4b255 (patch)
tree95de39dbe99214cdcfa9c76c5855de2c84b7e4b1
parent5c2f42fb3c33417c82f13c6d9d40bed46b40a355 (diff)
downloadaur-2faf205507ced417693610ed1fe8a7335ce4b255.tar.gz
2023.05.01 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13e14b6929a5..9b9136fb3573 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.03.31
+ pkgver = 2023.05.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.03.31.tar.gz
- sha256sums = 233f487a90654b03f32b290579f24d5b188a65361b8a7787154f5c4cd8f5f144
+ source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v2023.05.01.tar.gz
+ sha256sums = 0aa75b873978aec41ecfee62bb103d8a17fe3566a3ebf5415245cee0dd032ebb
pkgname = dosbox-x-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index 8c35077aded1..4152854fbb84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
pkgname=dosbox-x-sdl2
-pkgver=2023.03.31
+pkgver=2023.05.01
pkgrel=1
pkgdesc="x86 emulator with builtin DOS, with patches and more features"
arch=(i686 x86_64 aarch64)
@@ -12,7 +12,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=('233f487a90654b03f32b290579f24d5b188a65361b8a7787154f5c4cd8f5f144')
+sha256sums=('0aa75b873978aec41ecfee62bb103d8a17fe3566a3ebf5415245cee0dd032ebb')
build() {
cd "$srcdir/dosbox-x-dosbox-x-v$pkgver"