summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2021-07-01 18:28:11 +0200
committerFrederic Bezies2021-07-01 18:28:11 +0200
commit5c3b121cc6d38701033cd1de187bf639516cbea0 (patch)
tree381c5e8153233cdebb5c4677fa606c2b59cc5435
parent65bd92eeca63d249c87d7ec818b31e6459c096cf (diff)
downloadaur-5c3b121cc6d38701033cd1de187bf639516cbea0.tar.gz
0.83.15 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 428e9ab45f4e..ce2fca2a0b2b 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.14
+ pkgver = 0.83.15
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.14.tar.gz
- sha256sums = d27e1b796e22104c1cc822ee3255c07275e5ebbb6e29d8eda07dbf9feefc53e8
+ source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.83.15.tar.gz
+ sha256sums = 06b9e0903e28841d21cd638d4a2133f4f90d8174c8b41c23767f7f0634efbee8
pkgname = dosbox-x-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index 3575cf6d843d..c23db11a7bda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
pkgname=dosbox-x-sdl2
-pkgver=0.83.14
+pkgver=0.83.15
pkgrel=1
pkgdesc="x86 emulator with builtin DOS, with patches and more features"
arch=(i686 x86_64 aarch64)
@@ -12,7 +12,7 @@ makedepends=(glu physfs)
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=('d27e1b796e22104c1cc822ee3255c07275e5ebbb6e29d8eda07dbf9feefc53e8')
+sha256sums=('06b9e0903e28841d21cd638d4a2133f4f90d8174c8b41c23767f7f0634efbee8')
build() {
cd "$srcdir/dosbox-x-dosbox-x-v$pkgver"