summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2022-07-01 19:33:34 +0200
committerFrederic Bezies2022-07-01 19:33:34 +0200
commita9cd6fe0436a1570bbb7b77c1c01e0b47d959985 (patch)
tree764022b11d72f6d44d74caae8e36f62d45d09d07
parente5ef18763649e6169c52bad3faf2b4b1781d7c27 (diff)
downloadaur-a9cd6fe0436a1570bbb7b77c1c01e0b47d959985.tar.gz
0.84.1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd45565ca4d5..acc13c8a6b78 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.84.0
+ pkgver = 0.84.1
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.84.0.tar.gz
- sha256sums = 564fbf8f0ab090c8b32bc38637c8204358c386b9cbffcb4f99a81bc82fddbad7
+ source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.84.1.tar.gz
+ sha256sums = d5ba5b3d87b0dc69d70f6c9701eec36772bbc3716e0b201b74ec73d4b3ff38cc
pkgname = dosbox-x-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index bfe5ed34a404..ea97f1750541 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
pkgname=dosbox-x-sdl2
-pkgver=0.84.0
+pkgver=0.84.1
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=('564fbf8f0ab090c8b32bc38637c8204358c386b9cbffcb4f99a81bc82fddbad7')
+sha256sums=('d5ba5b3d87b0dc69d70f6c9701eec36772bbc3716e0b201b74ec73d4b3ff38cc')
build() {
cd "$srcdir/dosbox-x-dosbox-x-v$pkgver"