summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2023-04-01 11:01:32 +0200
committerFrederic Bezies2023-04-01 11:01:32 +0200
commit5c2f42fb3c33417c82f13c6d9d40bed46b40a355 (patch)
tree1e74f0f9c55103fbbcae568e78d93f2bbfaf2c85
parentb1a44794c84395ed4f06b34de1eaa5416b31136b (diff)
downloadaur-5c2f42fb3c33417c82f13c6d9d40bed46b40a355.tar.gz
2023.03.31 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b07f85499bb..13e14b6929a5 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 = 2022.12.26
- pkgrel = 2
+ pkgver = 2023.03.31
+ pkgrel = 1
url = http://dosbox-x.com
arch = i686
arch = x86_64
@@ -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-v2022.12.26.tar.gz
- sha256sums = 39fb1ed19ea31e11883aa57655493b3100ac6b328ef59c799b840b9bfdfacb7b
+ source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v2023.03.31.tar.gz
+ sha256sums = 233f487a90654b03f32b290579f24d5b188a65361b8a7787154f5c4cd8f5f144
pkgname = dosbox-x-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index 66b2b099ae34..8c35077aded1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
pkgname=dosbox-x-sdl2
-pkgver=2022.12.26
-pkgrel=2
+pkgver=2023.03.31
+pkgrel=1
pkgdesc="x86 emulator with builtin DOS, with patches and more features"
arch=(i686 x86_64 aarch64)
url="http://dosbox-x.com"
@@ -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=('39fb1ed19ea31e11883aa57655493b3100ac6b328ef59c799b840b9bfdfacb7b')
+sha256sums=('233f487a90654b03f32b290579f24d5b188a65361b8a7787154f5c4cd8f5f144')
build() {
cd "$srcdir/dosbox-x-dosbox-x-v$pkgver"