summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-12-19 11:45:25 +0100
committerMichel Zou2016-12-19 11:45:25 +0100
commit32503bdbfc7e1f5c711ff48346e952e58ed74219 (patch)
tree55da73bfcd00c05afab837ce45ae5bb8cc35fadd
parent47ba0884b3d356ece368f50f0561cf2ac60ed633 (diff)
downloadaur-32503bdbfc7e1f5c711ff48346e952e58ed74219.tar.gz
mplayer
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb90d861dd43..1ec97538c42b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Dec 19 10:44:30 UTC 2016
+# Mon Dec 19 10:45:25 UTC 2016
pkgbase = kalliope
pkgdesc = Modular always-on voice controlled personal assistant designed for home automation
pkgver = 0.3.0
@@ -26,6 +26,7 @@ pkgbase = kalliope
depends = python2-httpretty
depends = python2-requests
depends = svox-pico-bin
+ depends = mplayer
source = https://github.com/kalliope-project/kalliope/archive/v0.3.0.tar.gz
sha256sums = 7ddea6e381917f4f8c9a9984d393c997dbc8345dd58a377f63337cb0739416dc
diff --git a/PKGBUILD b/PKGBUILD
index 34d35a084dd8..6e2b9a8bd159 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgver=0.3.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Modular always-on voice controlled personal assistant designed for home automation"
-depends=(portaudio python2-speechrecognition python2-markupsafe python2-pyaudio python2-pythondialog python2-jinja python2-cffi python2-flask-restful python2-wikipedia python2-pygmail python2-twitter python2-ipaddress python2-wakeonlan python2-apscheduler python2-flask-testing python2-httpretty python2-requests svox-pico-bin)
+depends=(portaudio python2-speechrecognition python2-markupsafe python2-pyaudio python2-pythondialog python2-jinja python2-cffi python2-flask-restful python2-wikipedia python2-pygmail python2-twitter python2-ipaddress python2-wakeonlan python2-apscheduler python2-flask-testing python2-httpretty python2-requests svox-pico-bin mplayer)
license=('MIT')
url="https://github.com/kalliope-project/kalliope"
source=("https://github.com/kalliope-project/kalliope/archive/v${pkgver}.tar.gz")