summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3867a0fae479..93847a07ee90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jun 1 10:33:05 UTC 2016
+# Sun Oct 2 10:40:44 UTC 2016
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 = 5
+ pkgrel = 6
url = http://cmusphinx.sourceforge.net
arch = i686
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = pocketsphinx
options = !libtool
source = http://downloads.sourceforge.net/cmusphinx/pocketsphinx-5prealpha.tar.gz
source = https://raw.githubusercontent.com/cmusphinx/pocketsphinx/master/LICENSE
- sha256sums = ad9f5f5c5ce79ff87b63d527f8f4d3e2f54c0c1da53793895991a8849ca47701
+ sha256sums = ef5bb5547e2712bdf571f256490ef42a47962033892efd9d7df8eed7fe573ed9
sha256sums = 49181202f2b991d25f6cac8cd1705994494b9600d4311794ecbb9fcf8b188aef
pkgname = pocketsphinx
diff --git a/PKGBUILD b/PKGBUILD
index 282f0e19ea04..371f7025e9a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=pocketsphinx
pkgver=5prealpha
-pkgrel=5
+pkgrel=6
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'
@@ -13,7 +13,7 @@ makedepends=('swig' 'python2' 'python')
depends=('sphinxbase=5prealpha' 'gstreamer0.10-base' 'gst-plugins-base-libs')
source=("http://downloads.sourceforge.net/cmusphinx/$pkgname-$pkgver.tar.gz"
"https://raw.githubusercontent.com/cmusphinx/pocketsphinx/master/LICENSE")
-sha256sums=('ad9f5f5c5ce79ff87b63d527f8f4d3e2f54c0c1da53793895991a8849ca47701'
+sha256sums=('ef5bb5547e2712bdf571f256490ef42a47962033892efd9d7df8eed7fe573ed9'
'49181202f2b991d25f6cac8cd1705994494b9600d4311794ecbb9fcf8b188aef')
options=('!libtool')