summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2020-10-01 18:19:41 +0200
committerBuildTools2020-10-01 18:19:41 +0200
commit2f32f1a384966e973f138f6b28961d79d2fc2eee (patch)
tree28337e6e2749ffd5d6c760a6de8b2aec891a6159
parentb13d830daa2f54ca1e7ac46b44a5094445f29ccc (diff)
downloadaur-2f32f1a384966e973f138f6b28961d79d2fc2eee.tar.gz
Release 0.83.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b73d2b1a0aa8..00d4c436d5a9 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.83.5
+ pkgver = 0.83.6
pkgrel = 1
url = http://dosbox-x.com
arch = i686
@@ -14,10 +14,10 @@ pkgbase = dosbox-x
depends = mesa
depends = ffmpeg
conflicts = dosbox-x-git
- source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.83.5.tar.gz
+ source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.83.6.tar.gz
source = dosbox-x.png
source = dosbox-x.desktop
- sha256sums = debcd2370c260d1e90a3b42dccfa90406b2a51332d3e2dd7b50d92af5287370d
+ sha256sums = 874450dd6f879376ce803984f7614b0edf4eb9d04117c9a88cbb3d60ce69abf0
sha256sums = caa164f3d17d414733882d29098cb9cd63faddbdd5580a0c30f1173a63c42475
sha256sums = 32f290580ec02dedd09908d8a4de10f57b94998f2c1eb597b649208cd87b2d33
diff --git a/PKGBUILD b/PKGBUILD
index 0606d4b3ea0e..483fddb8b1fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mike Cuche <cuche@gmx.com>
pkgname=dosbox-x
-pkgver=0.83.5
+pkgver=0.83.6
pkgrel=1
pkgdesc="x86 emulator with builtin DOS, with patches with more features"
arch=(i686 x86_64)
@@ -14,14 +14,12 @@ conflicts=(dosbox-x-git)
source=(https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v${pkgver}.tar.gz
dosbox-x.png
dosbox-x.desktop)
-sha256sums=('debcd2370c260d1e90a3b42dccfa90406b2a51332d3e2dd7b50d92af5287370d'
+sha256sums=('874450dd6f879376ce803984f7614b0edf4eb9d04117c9a88cbb3d60ce69abf0'
'caa164f3d17d414733882d29098cb9cd63faddbdd5580a0c30f1173a63c42475'
'32f290580ec02dedd09908d8a4de10f57b94998f2c1eb597b649208cd87b2d33')
build() {
cd $srcdir/dosbox-x-dosbox-x-v${pkgver}
- #removing --as-needed compile flag as refered to this: https://github.com/joncampbell123/dosbox-x/issues/1698#issuecomment-655291120
- export LDFLAGS="${LDFLAGS//,--as-needed}"
sed -i -e 's/-j3/-j$(nproc)/g' build
./build
}