summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pompili2017-01-23 14:43:22 +0100
committerMarco Pompili2017-01-23 14:43:22 +0100
commit425ba48efe4b50933e43efefd734b69cd228ac02 (patch)
treee8de27c41c1cbf20ef5d83b9133b46b421177da2
parent9a11381599eab04a598a2a8ea9f051bd4a2059cd (diff)
downloadaur-425ba48efe4b50933e43efefd734b69cd228ac02.tar.gz
Version 5prealpha-7, fix python lib folder
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93847a07ee90..17909a34b921 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Oct 2 10:40:44 UTC 2016
+# Mon Jan 23 13:34:34 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 = 6
+ pkgrel = 7
url = http://cmusphinx.sourceforge.net
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 371f7025e9a1..a677b9f2f157 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=pocketsphinx
pkgver=5prealpha
-pkgrel=6
+pkgrel=7
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'
@@ -59,5 +59,5 @@ package() {
libtool --finish "$pkgdir/usr/lib"
libtool --finish "$pkgdir/usr/lib/gstreamer-1.0"
libtool --finish "$pkgdir/usr/lib/python2.7/site-packages/pocketsphinx"
- libtool --finish "$pkgdir/usr/lib/python3.5/site-packages/pocketsphinx"
+ libtool --finish "$pkgdir/usr/lib/python3.6/site-packages/pocketsphinx"
}