diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/espeak/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/espeak/APKBUILD b/main/espeak/APKBUILD index 9804dccda..6a8ca2f00 100644 --- a/main/espeak/APKBUILD +++ b/main/espeak/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=espeak pkgver=1.44.05 -pkgrel=0 +pkgrel=1 pkgdesc="Speech synthesizer for English and other languages" url="http://espeak.sourceforge.net/" arch="all" @@ -9,7 +9,7 @@ license="GPL-3" subpackages="$pkgname-dev" depends= makedepends= -source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-source.zip" +source="http://downloads.sourceforge.net/project/espeak/espeak/espeak-${pkgver%.*}/espeak-$pkgver-source.zip" _builddir="$srcdir"/$pkgname-$pkgver-source @@ -23,4 +23,4 @@ package() { make AUDIO=none DESTDIR="$pkgdir" install || return 1 } -md5sums="7beb21c43125b0a907f41b9c4ef7987e espeak-1.44.05-source.zip" +md5sums="603b3e5fc8510a82b76f51a94cb3c7a1 espeak-1.44.05-source.zip" |