diff options
-rw-r--r-- | system/mpfr3/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/mpfr3/APKBUILD b/system/mpfr3/APKBUILD index 394e1480f..c8d919e9e 100644 --- a/system/mpfr3/APKBUILD +++ b/system/mpfr3/APKBUILD @@ -12,7 +12,8 @@ makedepends_build="texinfo" makedepends_host="gmp-dev" makedepends="$makedepends_build $makedepends_host" subpackages="$pkgname-doc mpfr-dev" -source="https://www.mpfr.org/mpfr-$pkgver/mpfr-$pkgver.tar.xz" +#source="https://www.mpfr.org/mpfr-$pkgver/mpfr-$pkgver.tar.xz" +source="https://distfiles.adelielinux.org/source/archive/$pkgname-$pkgver/mpfr-$pkgver.tar.xz" builddir="$srcdir/mpfr-$pkgver" build() { |