summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Cuche2022-07-01 20:57:37 +0200
committerMike Cuche2022-07-01 20:57:37 +0200
commitf35b94a2afaeddac74fc3238a4358789261afa8e (patch)
tree8abbd80a8dc8c500dcbbc0bbce3e7aad683ca44e
parent67b7da9903cd1781586d3539c59096a9acbe5a4d (diff)
downloadaur-f35b94a2afaeddac74fc3238a4358789261afa8e.tar.gz
Release 0.84.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15a78c382e8a..8f48a9ab0e91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dosbox-x
pkgdesc = x86 emulator with builtin DOS, with patches with more features
- pkgver = 0.84.0
+ pkgver = 0.84.1
pkgrel = 1
url = http://dosbox-x.com
arch = i686
@@ -19,7 +19,7 @@ pkgbase = dosbox-x
depends = libpcap
optdepends = openglide-git: Third-party 3dfx Glide API support
conflicts = dosbox-x-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
diff --git a/PKGBUILD b/PKGBUILD
index b62df74e5fd1..bf88adf6b256 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mike Cuche <cuche AT mailbox.org>
pkgname=dosbox-x
-pkgver=0.84.0
+pkgver=0.84.1
pkgrel=1
pkgdesc="x86 emulator with builtin DOS, with patches with more features"
arch=(i686 x86_64 aarch64)
@@ -13,7 +13,7 @@ optdepends=('openglide-git: Third-party 3dfx Glide API support')
conflicts=(dosbox-x-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}