summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2021-08-02 10:03:27 +0200
committerFrederic Bezies2021-08-02 10:03:27 +0200
commitbe530c469c6c3b5db8d62d5851ee6d737cf88790 (patch)
treebe41aee1cc02be197dea567ee880db163df92438
parent025187cb5a8ba0aebfdcb139b9b5b03aa5062025 (diff)
downloadaur-be530c469c6c3b5db8d62d5851ee6d737cf88790.tar.gz
0.83.16 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f502fb7f9422..68d175c0cd72 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.15
- pkgrel = 2
+ pkgver = 0.83.16
+ pkgrel = 1
url = http://dosbox-x.com
arch = i686
arch = x86_64
@@ -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.15.tar.gz
- sha256sums = 06b9e0903e28841d21cd638d4a2133f4f90d8174c8b41c23767f7f0634efbee8
+ source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.83.16.tar.gz
+ sha256sums = 327bb9be5f239407a0fe5ff501ce19d5056ac8b2ce2438fe60a9914952f08076
pkgname = dosbox-x-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index b6fd0e843e9c..1808e05be200 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
pkgname=dosbox-x-sdl2
-pkgver=0.83.15
-pkgrel=2
+pkgver=0.83.16
+pkgrel=1
pkgdesc="x86 emulator with builtin DOS, with patches and more features"
arch=(i686 x86_64 aarch64)
url="http://dosbox-x.com"
@@ -12,13 +12,13 @@ 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=('06b9e0903e28841d21cd638d4a2133f4f90d8174c8b41c23767f7f0634efbee8')
+sha256sums=('327bb9be5f239407a0fe5ff501ce19d5056ac8b2ce2438fe60a9914952f08076')
build() {
cd "$srcdir/dosbox-x-dosbox-x-v$pkgver"
./autogen.sh
chmod +x configure
- ./configure --enable-core-inline --disable-debug --enable-avcodec --prefix=/usr --enable-sdl2
+ ./configure --enable-core-inline --enable-debug --enable-avcodec --prefix=/usr --enable-sdl2
make -j$(nproc)
}