summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cd4b1f2c641..3867a0fae479 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 1 10:12:39 UTC 2016
+# Wed Jun 1 10:33:05 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
@@ -18,7 +18,7 @@ pkgbase = pocketsphinx
source = http://downloads.sourceforge.net/cmusphinx/pocketsphinx-5prealpha.tar.gz
source = https://raw.githubusercontent.com/cmusphinx/pocketsphinx/master/LICENSE
sha256sums = ad9f5f5c5ce79ff87b63d527f8f4d3e2f54c0c1da53793895991a8849ca47701
- sha256sums = fcf5c4e41ae81f704ed70f1511146272ef0f0ca7b97088d11d72896b56a189f5
+ sha256sums = 49181202f2b991d25f6cac8cd1705994494b9600d4311794ecbb9fcf8b188aef
pkgname = pocketsphinx
diff --git a/PKGBUILD b/PKGBUILD
index 4ad2b6911d9d..282f0e19ea04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ 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'
- 'fcf5c4e41ae81f704ed70f1511146272ef0f0ca7b97088d11d72896b56a189f5')
+ '49181202f2b991d25f6cac8cd1705994494b9600d4311794ecbb9fcf8b188aef')
options=('!libtool')
prepare() {