Update pocketsphinx to 5.0.3

This commit is contained in:
Martchus 2024-02-21 11:38:56 +01:00
parent 534887b22f
commit 8c3d8568e6
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# Contributor: Ben Duffield <bavardage AT archlinux.us>
pkgname=pocketsphinx
pkgver=5.0.2
pkgver=5.0.3
pkgrel=1
pkgdesc='A small speech recognizer'
arch=('i686' 'x86_64')
@ -13,7 +13,7 @@ license=('BSD' 'MIT')
makedepends=('cmake' 'ninja' 'gst-plugins-base-libs')
optdepends=('gst-plugins-base-libs: GStreamer plugin')
source=("$pkgname-$pkgver.tar.gz::https://github.com/cmusphinx/pocketsphinx/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('c2c58aa702195c46c44575fb9ed5790e749ab647df648b4557cc963aeac638b2')
sha256sums=('5d952cb1c22e0a51ed1fafc36871612df38f145df64fa017fdc8074532ec007f')
prepare() {
cd $pkgname-$pkgver