diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-09-26 07:27:28 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-09-26 07:27:28 +0000 |
commit | 2e0b2b4bb9ad3c55e802ddbc5cf8d979b43431b0 (patch) | |
tree | 3a1e9398da8f22db557b27199959d95e14f8b4de | |
parent | 4998e15e3b158f2b1ec146c2f292018bdf72ec42 (diff) | |
download | aports-2e0b2b4bb9ad3c55e802ddbc5cf8d979b43431b0.tar.bz2 aports-2e0b2b4bb9ad3c55e802ddbc5cf8d979b43431b0.tar.xz |
main/mpfr3: fix download url
-rw-r--r-- | main/mpfr3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mpfr3/APKBUILD b/main/mpfr3/APKBUILD index e90ecf33ca..bd71b9d854 100644 --- a/main/mpfr3/APKBUILD +++ b/main/mpfr3/APKBUILD @@ -10,7 +10,7 @@ depends= makedepends_build="texinfo" makedepends_host="gmp-dev" makedepends="$makedepends_build $makedepends_host" -source="http://www.mpfr.org/mpfr-current/mpfr-$pkgver.tar.xz" +source="http://www.mpfr.org/mpfr-$pkgver/mpfr-$pkgver.tar.xz" subpackages="$pkgname-doc mpfr-dev" _builddir="$srcdir"/mpfr-$pkgver |