From 449b50eb6a0ce4162d3a08584dc9aaf5b701baa0 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Fri, 25 Feb 2011 10:32:07 +0000
Subject: main/espeak: update download url

rebuild since checksum changed
---
 main/espeak/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'main/espeak')

diff --git a/main/espeak/APKBUILD b/main/espeak/APKBUILD
index 9804dccdad..6a8ca2f00b 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"
-- 
cgit v1.2.3