summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2022-02-01 09:52:00 +0100
committerFrederic Bezies2022-02-01 09:52:00 +0100
commite4965880fbd2ee97805c4e06c835b027c09a58e0 (patch)
treeb6b5821b292cbd5d767a9893625fd243ca6914fc
parentf3e861460176d5755b35464ae09fb4ebeababa3b (diff)
downloadaur-e4965880fbd2ee97805c4e06c835b027c09a58e0.tar.gz
0.83.22 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61182f0b22b0..40ee88e496c9 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 = 0.83.21
+ pkgver = 0.83.22
pkgrel = 1
url = http://dosbox-x.com
arch = i686
@@ -17,7 +17,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-v0.83.21.tar.gz
- sha256sums = ec13bf16a9761c755df25f8b780aee589e328bcd490ac372538f8a87846456a2
+ source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.83.22.tar.gz
+ sha256sums = 75c5c1eb3b78701a80ad816f414640894cb0b5998a1a4d7f2af064b47a57b8c9
pkgname = dosbox-x-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index 6acbbebb3685..f0659bc86d3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
pkgname=dosbox-x-sdl2
-pkgver=0.83.21
+pkgver=0.83.22
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=('ec13bf16a9761c755df25f8b780aee589e328bcd490ac372538f8a87846456a2')
+sha256sums=('75c5c1eb3b78701a80ad816f414640894cb0b5998a1a4d7f2af064b47a57b8c9')
build() {
cd "$srcdir/dosbox-x-dosbox-x-v$pkgver"