summarylogtreecommitdiffstats
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
parentf8037cde33127340699e30755d61052ac35c55af (diff)
downloadaur-de85467adee29a38e4bd4ac6d49372c776d5f20d.tar.gz
Update dependencies
https://github.com/dreamer/boxtron/compare/v0.5.0...v0.5.2#diff-04c6e90faac2675aa89e2176d2eec7d8L37-R40
-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')