summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2019-10-04 16:38:36 +0200
committerFrederik “Freso” S. Olesen2019-10-04 16:38:36 +0200
commitde85467adee29a38e4bd4ac6d49372c776d5f20d (patch)
tree6775111265233111380be6f18e5e56e2a69eca42 /PKGBUILD
parentf8037cde33127340699e30755d61052ac35c55af (diff)
downloadaur-de85467adee29a38e4bd4ac6d49372c776d5f20d.tar.gz
Update dependencies
https://github.com/dreamer/boxtron/compare/v0.5.0...v0.5.2#diff-04c6e90faac2675aa89e2176d2eec7d8L37-R40
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
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')