summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2024-02-21 11:40:35 +0100
committerMartchus2024-02-21 11:40:35 +0100
commit0f2da751a217ffe044e11de18b959041c5d4e899 (patch)
tree1c0e24a9b338185c5de69bd326ede5a464821616 /PKGBUILD
parentdd6b11e1253716ed499835bad86f39c26832680a (diff)
downloadaur-pocketsphinx.tar.gz
Update to 5.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71358d32c05f..2b311d491fb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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