summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStorm Dragon2021-03-20 14:31:19 -0400
committerStorm Dragon2021-03-20 14:31:19 -0400
commit53a7cb37d4df06ad88982d65fd7e6cbd3f034bcd (patch)
tree108dc018f029fb6dc79a9534b436462431ddc478 /PKGBUILD
parent216786c1ee27fe2a35c1299521ecde6d4cd35717 (diff)
downloadaur-53a7cb37d4df06ad88982d65fd7e6cbd3f034bcd.tar.gz
Updated python dependancies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c79a4e6839a9..147ac91cf871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A real-time strategy audio game"
arch=('any')
url="https://github.com/soundmud/soundrts"
license=('BSD' 'Unknown')
-depends=('python2' 'python2-pygame')
+depends=('python' 'python-pygame')
makedepends=('git')
optdepends=('espeak: TTS support'
'speech-dispatcher: TTS support'