diff --git a/.SRCINFO b/.SRCINFO index a39b4a3619f9..99d02336ad83 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = flite1 pkgdesc = A lighweight speech synthesis engine (version 1.x) pkgver = 1.4 - pkgrel = 4 + pkgrel = 5 url = http://www.speech.cs.cmu.edu/flite/ arch = x86_64 license = custom diff --git a/PKGBUILD b/PKGBUILD index 61ceb56950fc..c3860f9423b8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=flite1 pkgver=1.4 -pkgrel=4 +pkgrel=5 pkgdesc='A lighweight speech synthesis engine (version 1.x)' arch=('x86_64') url='http://www.speech.cs.cmu.edu/flite/' @@ -54,7 +54,7 @@ build() { --enable-shared \ --disable-static \ --with-vox='cmu_us_kal16' - make + make -j1 make -C doc flite.pdf }