summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2019-10-04 16:41:31 +0200
committerFrederik “Freso” S. Olesen2019-10-04 16:41:31 +0200
commit55e7515ed4f631d96836fa62715d8d6a9a2df4e7 (patch)
treebe402eafff5b428a8c620964438d1fee56d3f144 /PKGBUILD
parentcd6645de92acf6c27335f96d18bd7e211e051c58 (diff)
parentde85467adee29a38e4bd4ac6d49372c776d5f20d (diff)
downloadaur-55e7515ed4f631d96836fa62715d8d6a9a2df4e7.tar.gz
Merge branch 'boxtron-git' into boxtron
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d81d71504077..91872924949b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
pkgname=boxtron
pkgver=0.5.2
-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#tag=v$pkgver")
sha512sums=('SKIP')