From 620582e92569921a6c9c9335edb54d25529ff1e3 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sun, 19 Mar 2017 21:10:48 +0300 Subject: [PATCH] speech-dispatcher:rebuild --- multimedia/sound/speech-dispatcher/actions.py | 2 +- multimedia/sound/speech-dispatcher/pspec.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/sound/speech-dispatcher/actions.py b/multimedia/sound/speech-dispatcher/actions.py index e916d7dd28..8562a3694b 100644 --- a/multimedia/sound/speech-dispatcher/actions.py +++ b/multimedia/sound/speech-dispatcher/actions.py @@ -35,7 +35,7 @@ def install(): pisitools.remove("/usr/share/info/ssip.info") # Set executable bit - shelltools.chmod("%s/usr/lib/python3.4/site-packages/speechd/_test.py" % get.installDIR(), 0755) + shelltools.chmod("%s/usr/lib/python3.6/site-packages/speechd/_test.py" % get.installDIR(), 0755) # Create log directory, it should be world unreadable pisitools.dodir("/var/log/speech-dispatcher") diff --git a/multimedia/sound/speech-dispatcher/pspec.xml b/multimedia/sound/speech-dispatcher/pspec.xml index 8ea8f4d592..8d6a19fd8a 100644 --- a/multimedia/sound/speech-dispatcher/pspec.xml +++ b/multimedia/sound/speech-dispatcher/pspec.xml @@ -86,7 +86,7 @@ - 2017-03-10 + 2017-03-19 0.8.6 Release bump. Ayhan Yalçınsoy