summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7857c50f9947..3fab28cf83e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
pkgbase = boxtron-git
pkgdesc = Compatibility tool to run DOS games on Steam through native Linux DOSBox – NOTE: Won’t work as intended until next Steam beta cycle!
pkgver = 0.5.2.r3.9f10193
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dreamer/boxtron
install = boxtron.install
arch = i686
arch = x86_64
license = GPL
makedepends = git
+ depends = python
depends = dosbox
depends = inotify-tools
+ depends = timidity++
optdepends = steam: The Steam client
- optdepends = timidity++: MIDI support
- optdepends = soundfont-fluid: MIDI support
+ optdepends = soundfont-fluid: required for MIDI support, but another soundfont can be used
source = git+https://github.com/dreamer/boxtron.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b8baa6687626..38f9be6c2f1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,16 @@
pkgname=boxtron-git
_pkgname="${pkgname%-git}"
pkgver=0.5.2.r3.9f10193
-pkgrel=1
+pkgrel=2
pkgdesc='Compatibility tool to run DOS games on Steam through native Linux DOSBox – NOTE: Won’t work as intended until next Steam beta cycle!'
arch=('i686' 'x86_64')
url="https://github.com/dreamer/$_pkgname"
license=('GPL')
-depends=('dosbox' 'inotify-tools')
+depends=('python' 'dosbox' 'inotify-tools' 'timidity++')
makedepends=('git')
optdepends=(
'steam: The Steam client'
- 'timidity++: MIDI support'
- 'soundfont-fluid: MIDI support')
+ 'soundfont-fluid: required for MIDI support, but another soundfont can be used')
install=$_pkgname.install
source=("git+$url.git")
sha512sums=('SKIP')