diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-14 14:30:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-14 14:30:47 +0000 |
commit | 69353c153422b52c01fc1b7e554925282317f4b4 (patch) | |
tree | fbdb7ac06bd9e057a18fa51518b50fe2137d585a /main/espeak/APKBUILD | |
parent | 2fd12d3a8ad9c026d64da0640165d32e54eff811 (diff) | |
download | aports-69353c153422b52c01fc1b7e554925282317f4b4.tar.bz2 aports-69353c153422b52c01fc1b7e554925282317f4b4.tar.xz |
main/espeak: move .so to -dev package
ref #384
Diffstat (limited to 'main/espeak/APKBUILD')
-rw-r--r-- | main/espeak/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/espeak/APKBUILD b/main/espeak/APKBUILD index c8a114d1c..0d331ca25 100644 --- a/main/espeak/APKBUILD +++ b/main/espeak/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=espeak pkgver=1.43.03 -pkgrel=1 +pkgrel=2 pkgdesc="Speech synthesizer for English and other languages" url="http://espeak.sourceforge.net/" license="GPL-3" |