summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pompili2015-11-02 22:22:13 +0100
committerMarco Pompili2015-11-02 22:22:13 +0100
commitf9ef36ce3afc38567bf3f8534991f26404a6dda2 (patch)
tree37f8dc2a5d34ab496c1da9ab20c27f02be35a2f0
parent06cad4dd580f1e56623fe9dfd8b4e88a90836171 (diff)
downloadaur-f9ef36ce3afc38567bf3f8534991f26404a6dda2.tar.gz
5prealpha-2: Fixing missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f71421e113ac..3dd33262f5fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pocketsphinx
pkgdesc = Lightweight speech recognition engine, specifically tuned for handheld and mobile devices, though it works equally well on the desktop.
pkgver = 5prealpha
- pkgrel = 1
+ pkgrel = 2
url = http://cmusphinx.sourceforge.net
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = pocketsphinx
depends = sphinxbase=5prealpha
depends = python2
depends = gstreamer0.10-base
+ depends = gst-plugins-base-libs
depends = libpulse
depends = libsamplerate
options = !libtool
diff --git a/PKGBUILD b/PKGBUILD
index 8b9959c923bf..8cfc6a040ffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=pocketsphinx
pkgver=5prealpha
-pkgrel=1
+pkgrel=2
pkgdesc='Lightweight speech recognition engine, specifically tuned for handheld and mobile devices, though it works equally well on the desktop.'
arch=('i686' 'x86_64')
url='http://cmusphinx.sourceforge.net'
-depends=('sphinxbase=5prealpha' 'python2' 'gstreamer0.10-base' 'libpulse' 'libsamplerate')
+depends=('sphinxbase=5prealpha' 'python2' 'gstreamer0.10-base' 'gst-plugins-base-libs' 'libpulse' 'libsamplerate')
license=('BSD-2')
source=("http://downloads.sourceforge.net/cmusphinx/$pkgname-$pkgver.tar.gz"
"https://raw.githubusercontent.com/cmusphinx/pocketsphinx/master/LICENSE")