summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 538473b161ab..11f70fe976dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,9 +9,7 @@ pkgbase = soundrts-git
makedepends = git
depends = python
depends = python-pygame
- optdepends = espeak: TTS support
- optdepends = speech-dispatcher: TTS support
- optdepends = python2-speechd: For speech-dispatcher to work with SoundRTS.
+ depends = simpleorcapluginsystem
provides = soundrts
conflicts = soundrts
source = soundrts::git+https://github.com/chrys87/soundrts.git
diff --git a/PKGBUILD b/PKGBUILD
index e6548e608e45..e037e6dc57f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,8 @@ pkgdesc="A real-time strategy audio game"
arch=('any')
url="https://github.com/chrys87/soundrts"
license=('BSD' 'Unknown')
-depends=('python' 'python-pygame')
+depends=('python' 'python-pygame' 'simpleorcapluginsystem')
makedepends=('git')
-optdepends=('espeak: TTS support'
- 'speech-dispatcher: TTS support'
- 'python2-speechd: For speech-dispatcher to work with SoundRTS.')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+https://github.com/chrys87/soundrts.git"