libmpc: use ${GNU_SITE}
[ci skip]
This commit is contained in:
parent
a9d4eec781
commit
dfccac0323
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# Template build file for 'libmpc'
|
||||
# Template file for 'libmpc'
|
||||
pkgname=libmpc
|
||||
version=1.1.0
|
||||
revision=2
|
||||
|
@ -9,9 +9,9 @@ configure_args="EGREP=egrep"
|
|||
makedepends="gmp-devel mpfr-devel"
|
||||
short_desc="C library for the arithmetic of complex numbers"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="http://www.multiprecision.org"
|
||||
license="LGPL-3"
|
||||
distfiles="https://ftp.gnu.org/gnu/mpc/mpc-${version}.tar.gz"
|
||||
distfiles="${GNU_SITE}/mpc/mpc-${version}.tar.gz"
|
||||
checksum=6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e
|
||||
|
||||
if [ -z "$CHROOT_READY" ]; then
|
||||
|
|
Loading…
Reference in a new issue