summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2021-09-01 18:34:55 +0200
committerFrederic Bezies2021-09-01 18:34:55 +0200
commitd9382f831fbf8517a2e885a6a38d887e3b7f7c5b (patch)
tree7ce2d39b52a7567331487f026ea1ba7ee3a62328
parentbe530c469c6c3b5db8d62d5851ee6d737cf88790 (diff)
downloadaur-d9382f831fbf8517a2e885a6a38d887e3b7f7c5b.tar.gz
0.83.17 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68d175c0cd72..5a69cdc7fd87 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.16
+ pkgver = 0.83.17
pkgrel = 1
url = http://dosbox-x.com
arch = i686
@@ -18,7 +18,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.16.tar.gz
- sha256sums = 327bb9be5f239407a0fe5ff501ce19d5056ac8b2ce2438fe60a9914952f08076
+ source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.83.17.tar.gz
+ sha256sums = 5e5b4637982e0af8228de8fd38945b49c59a73300437a63964d5154da6dd2d1d
pkgname = dosbox-x-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index 1808e05be200..26279a32f377 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
pkgname=dosbox-x-sdl2
-pkgver=0.83.16
+pkgver=0.83.17
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=('327bb9be5f239407a0fe5ff501ce19d5056ac8b2ce2438fe60a9914952f08076')
+sha256sums=('5e5b4637982e0af8228de8fd38945b49c59a73300437a63964d5154da6dd2d1d')
build() {
cd "$srcdir/dosbox-x-dosbox-x-v$pkgver"