diff options
Diffstat (limited to 'main/espeak')
-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 fa7ad43de5..c4c5191ffa 100644 --- a/main/espeak/APKBUILD +++ b/main/espeak/APKBUILD @@ -9,7 +9,7 @@ license="GPL-3.0" subpackages="$pkgname-dev" depends= makedepends= -source="http://downloads.sourceforge.net/project/espeak/espeak/espeak-${pkgver%.*}/espeak-$pkgver-source.zip +source="https://downloads.sourceforge.net/project/espeak/espeak/espeak-${pkgver%.*}/espeak-$pkgver-source.zip fix-narrowing.patch " |