diff --git a/gmp/PKGBUILD b/gmp/PKGBUILD index c9d2ca9..d8a79c3 100644 --- a/gmp/PKGBUILD +++ b/gmp/PKGBUILD @@ -31,8 +31,8 @@ depends=( # Package sources and integrity # #==============================================================================# source=( - "https://gmplib.org/download/gmp/gmp-$pkgver.tar.lz" - "https://gmplib.org/download/gmp/gmp-$pkgver.tar.lz.sig" + "https://gmplib.org/download/$pkgname/$pkgname-$pkgver.tar.lz" + "https://gmplib.org/download/$pkgname/$pkgname-$pkgver.tar.lz.sig" ) md5sums=( 'e3e08ac185842a882204ba3c37985127' @@ -74,6 +74,7 @@ build() { '--enable-shared' '--disable-static' '--disable-assert' + '--disable-profiling' '--enable-assembly' '--enable-fft' '--enable-fat'