summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-02-10 18:23:06 +0100
committerMichel Zou2018-02-10 18:23:06 +0100
commita48248b9e305c912c1ab01328d0422dc4f0dc00c (patch)
tree2c797cd9f3310aec68ffaf5af4da7f1651553961
parent3171e2ab4276474dc46f0e54d9177b8298e149fc (diff)
downloadaur-a48248b9e305c912c1ab01328d0422dc4f0dc00c.tar.gz
cblas
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7d4ab5e62be..c527c5ea0937 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Feb 10 17:22:47 UTC 2018
+# Sat Feb 10 17:23:06 UTC 2018
pkgbase = kalliope
pkgdesc = Modular always-on voice controlled personal assistant designed for home automation
pkgver = 0.5.0
@@ -34,6 +34,7 @@ pkgbase = kalliope
depends = python-sox
depends = python-voicerss-tts
depends = python-paho-mqtt
+ depends = cblas
source = https://github.com/kalliope-project/kalliope/archive/v0.5.0.tar.gz
sha256sums = e4e1930a6cbacd4b6c28f41a4c7a900c25deb0951c9de8716becffef4e329fe0
diff --git a/PKGBUILD b/PKGBUILD
index 91011f6e1135..5f8b02cb3179 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)
-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)
+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 cblas)
license=('MIT')
url="https://github.com/kalliope-project/kalliope"
source=("https://github.com/kalliope-project/kalliope/archive/v${pkgver}.tar.gz")