summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pompili2017-02-22 23:23:09 +0100
committerMarco Pompili2017-02-22 23:23:09 +0100
commita67f5931e8eae381cc7f049e964ecd5032e12b15 (patch)
treedc6174066244dfc910322211ac467ac5b87c900e
parentf2705433e50340932974845d9634c359505ac647 (diff)
downloadaur-a67f5931e8eae381cc7f049e964ecd5032e12b15.tar.gz
Version 5prealpha-9, deps cleaned
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5d43284e993..6eb8ef453de1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Feb 22 22:20:21 UTC 2017
+# Wed Feb 22 22:22:20 UTC 2017
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 = 8
+ pkgrel = 9
url = http://cmusphinx.sourceforge.net
arch = i686
arch = x86_64
@@ -12,7 +12,6 @@ pkgbase = pocketsphinx
makedepends = python2
makedepends = python
depends = sphinxbase=5prealpha
- depends = gstreamer
depends = gst-plugins-base-libs
options = !libtool
source = http://downloads.sourceforge.net/cmusphinx/pocketsphinx-5prealpha.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 3217658a0b10..391b0726d6a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=pocketsphinx
pkgver=5prealpha
-pkgrel=8
+pkgrel=9
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'
license=('BSD')
makedepends=('swig' 'python2' 'python')
-depends=('sphinxbase=5prealpha' 'gstreamer' 'gst-plugins-base-libs')
+depends=('sphinxbase=5prealpha' 'gst-plugins-base-libs')
source=("http://downloads.sourceforge.net/cmusphinx/$pkgname-$pkgver.tar.gz")
sha256sums=('ef5bb5547e2712bdf571f256490ef42a47962033892efd9d7df8eed7fe573ed9')
options=('!libtool')