diff options
author | root <root@rshg054.dnsready.net> | 2011-12-31 23:14:47 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-31 23:14:47 +0000 |
commit | 8654516201466a2dd3f3f05a6c0095e69c01715c (patch) | |
tree | a156feadd5848a424f6af944665d71aa954d01cf /community/espeak/PKGBUILD | |
parent | 5d738f85840804ee493d267784d9cce5dc52f535 (diff) |
Sat Dec 31 23:14:47 UTC 2011
Diffstat (limited to 'community/espeak/PKGBUILD')
-rw-r--r-- | community/espeak/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/espeak/PKGBUILD b/community/espeak/PKGBUILD index e07c5e235..5611a89e1 100644 --- a/community/espeak/PKGBUILD +++ b/community/espeak/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 56889 2011-10-16 05:47:23Z bpiotrowski $ +# $Id: PKGBUILD 61395 2011-12-30 08:21:47Z bpiotrowski $ # Maintainer: Mateusz Herych <heniekk@gmail.com> # Contributor: niQo # Contributor: Christoph Siegenthaler <csi@gmx.ch> pkgname=espeak -pkgver=1.45.05 +pkgver=1.46.01 pkgrel=1 pkgdesc="Text to Speech engine for good quality English, with support for other languages" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ url="http://espeak.sourceforge.net/" license=('GPL') depends=('gcc-libs' 'portaudio') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}-source.zip) -md5sums=('00692552d54f1849a1a0ad21ae3fc820') +md5sums=('a3e9de4b2a56ec19c059115dca587494') build() { cd $srcdir/$pkgname-$pkgver-source/src |