summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-02-11 15:00:29 +0100
committerMichel Zou2018-02-11 15:00:29 +0100
commit0857ee66f791a81dd23139128243c289566e4731 (patch)
treef3b1525480a8fadda859fb133b405678d79c0de8
parent6fab7c938dad59dacca249a71bcd270cc7c36146 (diff)
downloadaur-0857ee66f791a81dd23139128243c289566e4731.tar.gz
deps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c26f2568f11b..715d239dd4f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Feb 11 13:43:29 UTC 2018
+# Sun Feb 11 14:00:29 UTC 2018
pkgbase = kalliope
pkgdesc = Modular always-on voice controlled personal assistant designed for home automation
pkgver = 0.5.0
@@ -36,6 +36,9 @@ pkgbase = kalliope
depends = python-voicerss-tts
depends = python-paho-mqtt
depends = python-flask_cors
+ depends = python-ansible
+ depends = python-cachingutil
+ depends = python-pip
depends = cblas
source = https://github.com/kalliope-project/kalliope/archive/v0.5.0.tar.gz
sha256sums = e4e1930a6cbacd4b6c28f41a4c7a900c25deb0951c9de8716becffef4e329fe0
diff --git a/PKGBUILD b/PKGBUILD
index 3071c2fcb64a..7173e434e9df 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=(swig wget)
-depends=(portaudio python-speechrecognition 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-rpi.gpio python-soundfile python-sounddevice python-sox python-voicerss-tts python-paho-mqtt python-flask_cors cblas)
+depends=(portaudio python-speechrecognition 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-rpi.gpio python-soundfile python-sounddevice python-sox python-voicerss-tts python-paho-mqtt python-flask_cors python-ansible python-cachingutil python-pip cblas)
license=('MIT')
url="https://github.com/kalliope-project/kalliope"
source=("https://github.com/kalliope-project/kalliope/archive/v${pkgver}.tar.gz")