summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2021-06-01 12:01:17 +0200
committerFrederic Bezies2021-06-01 12:01:17 +0200
commit65bd92eeca63d249c87d7ec818b31e6459c096cf (patch)
tree2ec9f6c4fe30d0e51c989053aca450ad6245ccc5
parentb0bf86e68309e11077ecd60197e520cf067858b8 (diff)
downloadaur-65bd92eeca63d249c87d7ec818b31e6459c096cf.tar.gz
0.83.14 update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32a33aebc5d7..428e9ab45f4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-x-sdl2
pkgdesc = x86 emulator with builtin DOS, with patches and more features
- pkgver = 0.83.13
- pkgrel = 3
+ pkgver = 0.83.14
+ pkgrel = 1
url = http://dosbox-x.com
arch = i686
arch = x86_64
@@ -18,8 +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.13.tar.gz
- sha256sums = 8e7a5d30ae7ec70fa853663368badf5bafe3b4018629196115ffaa95f4771f27
+ source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.83.14.tar.gz
+ sha256sums = d27e1b796e22104c1cc822ee3255c07275e5ebbb6e29d8eda07dbf9feefc53e8
pkgname = dosbox-x-sdl2
-
diff --git a/PKGBUILD b/PKGBUILD
index d326712b1431..3575cf6d843d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,8 @@
+# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
+
pkgname=dosbox-x-sdl2
-pkgver=0.83.13
-pkgrel=3
+pkgver=0.83.14
+pkgrel=1
pkgdesc="x86 emulator with builtin DOS, with patches and more features"
arch=(i686 x86_64 aarch64)
url="http://dosbox-x.com"
@@ -10,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=('8e7a5d30ae7ec70fa853663368badf5bafe3b4018629196115ffaa95f4771f27')
+sha256sums=('d27e1b796e22104c1cc822ee3255c07275e5ebbb6e29d8eda07dbf9feefc53e8')
build() {
cd "$srcdir/dosbox-x-dosbox-x-v$pkgver"