summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-11-29 10:14:50 +0100
committerMichel Zou2019-11-29 10:14:50 +0100
commit2a60bb6092d84d7fbf828d61e6fcebcc5264469c (patch)
tree12827019be64a0613189be54233642c38220766c
parent4f4a143fac7a2e87e18dd909d1992d6044096b81 (diff)
downloadaur-2a60bb6092d84d7fbf828d61e6fcebcc5264469c.tar.gz
cors
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea9ac9aa9cee..14a7ddcc5c50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -35,7 +35,6 @@ pkgbase = kalliope
depends = python-pip
depends = cblas
depends = python-gevent
- depends = python-gtts
depends = python-sox
depends = python-speechrecognition
depends = python-configurationutil
@@ -47,6 +46,8 @@ pkgbase = kalliope
depends = python-tableutil
depends = python-conversionutil
depends = python-openpyxl
+ depends = python-flask-cors
+ depends = python-gtts
source = https://github.com/kalliope-project/kalliope/archive/v0.5.5.tar.gz
sha256sums = 3b2dbee3e380d3942491684a5c6dd00ab173dda3472faf71f08e138c8946cfbd
diff --git a/PKGBUILD b/PKGBUILD
index a02e26a20ac7..3e8ed45e99db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgrel=1
arch=('x86_64')
pkgdesc="Modular always-on voice controlled personal assistant designed for home automation"
makedepends=('python-snowboy')
-depends=(portaudio python-markupsafe python-pyaudio python-pythondialog python-jinja python-cffi python-flask-restful python-ipaddress python-apscheduler python-flask-testing python-httpretty python-requests svox-pico-bin mplayer python-feedparser python-mock python-transitions python-gitpython python-pyalsaaudio python-soundfile python-sounddevice python-sox python-voicerss-tts python-paho-mqtt python-ansible python-cachingutil python-pip cblas python-gevent python-gtts python-sox python-speechrecognition python-configurationutil python-stateutil python-ruamel-yaml python-logging-tree python-classutils python-uiutil python-tableutil python-conversionutil python-openpyxl)
+depends=(portaudio python-markupsafe python-pyaudio python-pythondialog python-jinja python-cffi python-flask-restful python-ipaddress python-apscheduler python-flask-testing python-httpretty python-requests svox-pico-bin mplayer python-feedparser python-mock python-transitions python-gitpython python-pyalsaaudio python-soundfile python-sounddevice python-sox python-voicerss-tts python-paho-mqtt python-ansible python-cachingutil python-pip cblas python-gevent python-sox python-speechrecognition python-configurationutil python-stateutil python-ruamel-yaml python-logging-tree python-classutils python-uiutil python-tableutil python-conversionutil python-openpyxl python-flask-cors python-gtts)
license=('MIT')
url="https://github.com/kalliope-project/kalliope"
source=("https://github.com/kalliope-project/kalliope/archive/v${pkgver}.tar.gz")