summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2021-02-01 22:32:13 +0100
committerBuildTools2021-02-01 22:32:13 +0100
commit56cb8c0803760c702116d434b2874cde6c522a9b (patch)
tree582981d7e22db923ec94a475633830d1ac9f28b6
parent877b80ba8f24d0244dceab99f5218efa068f0935 (diff)
downloadaur-56cb8c0803760c702116d434b2874cde6c522a9b.tar.gz
Release 0.83.10
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 187aadb32826..177930bfa656 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.9
+ pkgver = 0.83.10
pkgrel = 1
url = http://dosbox-x.com
arch = i686
@@ -14,9 +14,10 @@ pkgbase = dosbox-x
depends = mesa
depends = ffmpeg
depends = physfs
+ optdepends = openglide-git: 3dfx Glide API support
conflicts = dosbox-x-git
- source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.83.9.tar.gz
- sha256sums = cd62a0506262462f98ce8f79b8c771633fddd19d32dc568c0f073be1f451da0d
+ source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.83.10.tar.gz
+ sha256sums = d8ce1a686c93d190bc228689450d50f956fe8064c9b72dbf5e5da566c2a347b2
pkgname = dosbox-x
diff --git a/PKGBUILD b/PKGBUILD
index b6cab21cc795..b53e3725a7fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mike Cuche <cuche@gmx.com>
pkgname=dosbox-x
-pkgver=0.83.9
+pkgver=0.83.10
pkgrel=1
pkgdesc="x86 emulator with builtin DOS, with patches with more features"
arch=(i686 x86_64)
@@ -9,11 +9,11 @@ url="http://dosbox-x.com"
license=(GPL)
depends=(fluidsynth libxkbfile libpng libxrandr mesa ffmpeg physfs)
makedepends=(glu)
-optdepends=()
+optdepends=('openglide-git: 3dfx Glide API support')
conflicts=(dosbox-x-git)
source=(https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v${pkgver}.tar.gz)
-sha256sums=('cd62a0506262462f98ce8f79b8c771633fddd19d32dc568c0f073be1f451da0d')
+sha256sums=('d8ce1a686c93d190bc228689450d50f956fe8064c9b72dbf5e5da566c2a347b2')
build() {
cd $srcdir/dosbox-x-dosbox-x-v${pkgver}