summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2023-10-07 09:39:43 +0200
committerFrederic Bezies2023-10-07 09:39:43 +0200
commit8f720215bf13ab0022f256d6ab1e4407152493a9 (patch)
tree609a90b9687008ae1f89c2d6954b857b93acd475
parent693fd99674284ae2867fc1fa86697b03957d397a (diff)
downloadaur-8f720215bf13ab0022f256d6ab1e4407152493a9.tar.gz
2023.10.06 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3cd751c9980..20eda561e05d 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.09.01
+ pkgver = 2023.10.06
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.09.01.tar.gz
- sha256sums = 71bf4477ae1640406fa24023f51766ab158ebf26f0e2f317f6fd7bd84c15b4e6
+ source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v2023.10.06.tar.gz
+ sha256sums = 65f756e29f9c9b898fdbd22b0cb9b3b24c6e3becb5dcda588aa20a3fde9539a5
pkgname = dosbox-x-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index 79a11656385f..d32b75753af6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dosbox-x-sdl2
_pkgname=dosbox-x
-pkgver=2023.09.01
+pkgver=2023.10.06
pkgrel=1
pkgdesc="x86 emulator with builtin DOS, with patches and more features"
arch=(i686 x86_64 aarch64)
@@ -13,9 +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=('71bf4477ae1640406fa24023f51766ab158ebf26f0e2f317f6fd7bd84c15b4e6')
-
-# Using git source to work around bug 4436: https://github.com/joncampbell123/dosbox-x/issues/4436
+sha256sums=('65f756e29f9c9b898fdbd22b0cb9b3b24c6e3becb5dcda588aa20a3fde9539a5')
build() {
cd "$srcdir/dosbox-x-dosbox-x-v$pkgver"