diff options
Diffstat (limited to 'main/gperf/APKBUILD')
-rw-r--r-- | main/gperf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gperf/APKBUILD b/main/gperf/APKBUILD index 20062d55912..f4e25811022 100644 --- a/main/gperf/APKBUILD +++ b/main/gperf/APKBUILD @@ -7,7 +7,7 @@ url="https://www.gnu.org/software/gperf/" arch="all" license="GPL-3.0-or-later" subpackages="$pkgname-doc" -source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" +source="https://ftp.gnu.org/gnu/gperf/gperf-$pkgver.tar.gz" build() { ./configure \ |