summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2022-08-02 08:33:52 +0200
committerFrederic Bezies2022-08-02 08:33:52 +0200
commit0c32e22ddeb72933ed7252e519258f93a3bc5ab8 (patch)
tree080e32441964fe822ad6c45dbe004c8a5cac7c83
parenta9cd6fe0436a1570bbb7b77c1c01e0b47d959985 (diff)
downloadaur-0c32e22ddeb72933ed7252e519258f93a3bc5ab8.tar.gz
2022.08.0 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acc13c8a6b78..7e3cc1b9d5f3 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.84.1
+ pkgver = 2022.08.0
pkgrel = 1
url = http://dosbox-x.com
arch = i686
@@ -17,7 +17,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.84.1.tar.gz
- sha256sums = d5ba5b3d87b0dc69d70f6c9701eec36772bbc3716e0b201b74ec73d4b3ff38cc
+ source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-windows-v2022.08.0.tar.gz
+ sha256sums = bac936ee198b607fb0cc55dfc4575e44b700dbc9138904d2e264792a6e6a941c
pkgname = dosbox-x-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index ea97f1750541..bcec6128141a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
pkgname=dosbox-x-sdl2
-pkgver=0.84.1
+pkgver=2022.08.0
pkgrel=1
pkgdesc="x86 emulator with builtin DOS, with patches and more features"
arch=(i686 x86_64 aarch64)
@@ -11,11 +11,11 @@ depends=(fluidsynth libxkbfile libxrandr ffmpeg4.4 sdl2_net libslirp)
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=('d5ba5b3d87b0dc69d70f6c9701eec36772bbc3716e0b201b74ec73d4b3ff38cc')
+source=(https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-windows-v${pkgver}.tar.gz)
+sha256sums=('bac936ee198b607fb0cc55dfc4575e44b700dbc9138904d2e264792a6e6a941c')
build() {
- cd "$srcdir/dosbox-x-dosbox-x-v$pkgver"
+ cd "$srcdir/dosbox-x-dosbox-x-windows-v$pkgver"
# Workaround ffmpeg5, thanks to Grapelli on the bug opened on dosbox-x github page
sed -i 's|"$LIBS -lavcodec -lavformat -lavutil -lswscale "`pkg-config libavcodec --libs`|`pkg-config libavcodec libavformat libavutil libswscale libswresample --libs`"$LIBS"|' configure.ac
./autogen.sh
@@ -26,6 +26,6 @@ build() {
}
package() {
- cd "$srcdir/dosbox-x-dosbox-x-v$pkgver"
+ cd "$srcdir/dosbox-x-dosbox-x-windows-v$pkgver"
make DESTDIR="$pkgdir" install
}