summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Epaneshnikov2023-11-23 23:39:02 +0300
committerAlexander Epaneshnikov2023-11-23 23:39:02 +0300
commit5d58a807bdb73386f13f97db8ed4ccea54ced4a0 (patch)
tree01344b3d58173e232f10534383d800e967a4dd47 /PKGBUILD
parent5adbf71536eecdfe057f3bca917ff9e4709518c2 (diff)
downloadaur-speech-dispatcher-git.tar.gz
upgpkg: speech-dispatcher-git 0.12.0.rc1.r27.g107f64c4-1 fix build without pico
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90fd2177a7f9..eca9562b6836 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgbase=speech-dispatcher-git
pkgname=(speech-dispatcher-git libspeechd-git)
-pkgver=0.12.0.rc1.r26.g24ce7706
+pkgver=0.12.0.rc1.r27.g107f64c4
pkgrel=1
pkgdesc="High-level device independent layer for speech synthesis interface (development version)"
arch=('x86_64')
@@ -35,7 +35,6 @@ build() {
./configure --prefix=/usr --sysconfdir=/etc \
--disable-static \
--libexecdir=/usr/lib/speech-dispatcher/ \
- --with-pico \
--with-ibmtts=no --with-kali=no --with-baratinoo=no \
--with-voxin=no --without-flite
make