diff options
Diffstat (limited to 'main/joe/APKBUILD')
-rw-r--r-- | main/joe/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/joe/APKBUILD b/main/joe/APKBUILD index ef0f26a36b5..fcbc3e7bdab 100644 --- a/main/joe/APKBUILD +++ b/main/joe/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPL" makedepends="ncurses-dev" subpackages="$pkgname-doc" -source="https://downloads.sourceforge.net/project/joe-editor/JOE%20sources/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz" +source="https://downloads.sourceforge.net/project/joe-editor/JOE%20sources/joe-$pkgver/joe-$pkgver.tar.gz" prepare() { default_prepare |